|
Condy v1.6.0
C++ Asynchronous System Call Layer for Linux
|
Files | |
| custom-allocator.cpp | |
| Example using custom memory allocator for coroutines. | |
| echo-server.cpp | |
| Simple echo server using condy library. | |
| file-server.cpp | |
| Simple HTTP file server using condy library. | |
| link-cp.cpp | |
| Example of file copy using linked read and write. | |
| queue-condy-futex.cpp | |
| Producer-consumer queue example using condy::Futex. | |
| queue-kernel-futex.cpp | |
| Producer-consumer queue example using async futex syscalls. | |