We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 155098a commit ca042ceCopy full SHA for ca042ce
mpmc/mpmc.c
@@ -1,3 +1,7 @@
1
+/* A multiple-producer/multiple-consumer queue
2
+ * NOTE: dequeue operation would block if there is no element.
3
+ */
4
+
5
#ifndef _GNU_SOURCE
6
#define _GNU_SOURCE
7
#endif
0 commit comments