1
0
mirror of https://github.com/jrcutler/threadless.io.git synced 2024-07-07 10:35:49 +00:00
2016-04-08 23:06:41 -04:00
2016-04-08 23:06:41 -04:00
2016-04-08 21:16:07 -04:00
2016-04-06 02:08:25 -04:00
2016-04-03 22:57:39 -04:00
2016-03-31 11:05:14 -04:00
2016-03-31 09:56:51 -04:00

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
Description
Concurrent I/O without threads
Readme 112 KiB
Languages
C 97.7%
C++ 2.3%