add kqueue API
kqueues are going to form the basis for anything related to I/O and IPC. They are a lock-free, atomic FIFO queue and support multiple emitters and consumers.
This commit is contained in:
parent
5877697e64
commit
36985f51e2
4 changed files with 284 additions and 2 deletions
115
include/gay/kqueue.h
Normal file
115
include/gay/kqueue.h
Normal file
|
@ -0,0 +1,115 @@
|
|||