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.
|
7 years ago | |
---|---|---|
src | 7 years ago | |
test | 7 years ago | |
threadless | 7 years ago | |
CMakeLists.txt | 7 years ago | |
LICENSE | 7 years ago | |
README.md | 7 years ago | |
config.h.in | 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