Concurrent I/O without threads
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
Justin R. Cutler 4384df95d3 Fixing uninitialized coroutine status 7 years ago
src Fixing uninitialized coroutine status 7 years ago
test Adding coroutine_defer() (with test) 7 years ago
threadless Adding coroutine_defer() (with test) 7 years ago
CMakeLists.txt Add binary heap implementation and test 7 years ago
LICENSE Create LICENSE 7 years ago
README.md Update README.md 7 years ago
config.h.in Add optional mmap(3) allocator 7 years ago

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