1
0
Çatalla 0

Update README.md

Bu işleme şunda yer alıyor:
Justin R. Cutler 2016-03-31 09:56:51 -04:00
ebeveyn 770462d0d8
işleme aaf254435a
1 değiştirilmiş dosya ile 10 ekleme ve 1 silme

Dosyayı Görüntüle

@ -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