|
Condy v1.3.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. | |
| futex-semaphore.cpp | |
| Implementation of semaphore and mutex using futexes with Condy. | |
| link-cp.cpp | |
| Example of file copy using linked read and write. | |