threadless.io/README.md

12 lines
323 B
Markdown
Raw Permalink Normal View History

2016-03-30 13:21:13 +00:00
# threadless.io
2016-03-31 13:56:51 +00:00
## 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