Concurrent I/O without threads
Go to file
Justin R. Cutler de21496f51 Build cleanup 2016-04-03 19:10:38 -04:00
src Switch to a realloc_array()-style allocator (with default implementation) 2016-04-02 21:10:40 -04:00
test Switch to a realloc_array()-style allocator (with default implementation) 2016-04-02 21:10:40 -04:00
threadless Switch to a realloc_array()-style allocator (with default implementation) 2016-04-02 21:10:40 -04:00
CMakeLists.txt Build cleanup 2016-04-03 19:10:38 -04:00
LICENSE Create LICENSE 2016-03-31 11:05:14 -04:00
README.md Update README.md 2016-03-31 09:56:51 -04:00

README.md

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