1
0
mirror of https://github.com/jrcutler/threadless.io.git synced 2024-06-01 05:45:43 +00:00
threadless.io/README.md

12 lines
323 B
Markdown

# 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
* `select`
* `epoll`
* `kqueue`
* Asynchronous callback-based I/O
* Psuedo-blocking I/O with coroutines