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:
anna 2021-11-04 06:06:31 +01:00
parent 5877697e64
commit 36985f51e2
Signed by: fef
GPG key ID: EC22E476DC2D3D84
4 changed files with 284 additions and 2 deletions

115
include/gay/kqueue.h Normal file
View file

Internal server error - The gay git

500

Internal server error

Forgejo version: 9.0.3

@ -0,0 +1,115 @@