From aaf254435a7a95aeffec753187760f77809727bb Mon Sep 17 00:00:00 2001 From: "Justin R. Cutler" Date: Thu, 31 Mar 2016 09:56:51 -0400 Subject: [PATCH] Update README.md --- README.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 69016a4..bbc66ea 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,11 @@ # threadless.io -Threadless I/O + +## 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