Concurrent I/O without threads
Go to file
Justin R. Cutler aa8cc3f804 Typo fix 2016-04-08 23:06:41 -04:00
src Typo fix 2016-04-08 23:06:41 -04:00
test Check size after allocation_realloc_array test calls. 2016-04-07 08:54:43 -04:00
threadless Add container_of macro 2016-04-08 21:16:07 -04:00
CMakeLists.txt Add allocation test 2016-04-06 02:08:25 -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
config.h.in Add optional mmap(3) allocator 2016-04-03 22:57:39 -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