Skip to content

Commit ca042ce

Browse files
committed
Add notice about MPMC implementation
1 parent 155098a commit ca042ce

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

mpmc/mpmc.c

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
/* A multiple-producer/multiple-consumer queue
2+
* NOTE: dequeue operation would block if there is no element.
3+
*/
4+
15
#ifndef _GNU_SOURCE
26
#define _GNU_SOURCE
37
#endif

0 commit comments

Comments
 (0)