mirror of
https://github.com/jrcutler/threadless.io.git
synced 2024-07-07 10:35:49 +00:00
2777a2d44e5a7af1007871483ced5ec1f6add614
threadless.io
Concurrent I/O without threads
threadless.io will present multiple mechanisms to perform I/O operations concurrently without threads. Eventually, this will include the following:
- Event loops
selectepollkqueue- Asynchronous callback-based I/O
- Psuedo-blocking I/O with coroutines
Description
Languages
C
97.7%
C++
2.3%