Concurrent I/O without threads
Go to file
Justin R. Cutler d7e7bcdc88 Add copyright/license blocks to source files 2016-04-01 09:42:12 -04:00
include/threadless Add copyright/license blocks to source files 2016-04-01 09:42:12 -04:00
lib Add copyright/license blocks to source files 2016-04-01 09:42:12 -04:00
test Add copyright/license blocks to source files 2016-04-01 09:42:12 -04:00
CMakeLists.txt Adding initial coroutine library with simple example/test. 2016-03-31 02:31:46 -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