Crates.io | gjio |
lib.rs | gjio |
version | 0.1.3 |
source | src |
created_at | 2016-04-24 16:03:52.112754 |
updated_at | 2016-06-23 19:38:28.629385 |
description | Asynchronous input and output. |
homepage | |
repository | https://github.com/dwrensha/gjio |
max_upload_size | |
id | 4839 |
size | 83,128 |
Asynchronous input and ouput, built on top of the gj event loop.
Uses epoll
on Linux, kqueue
on OSX, and I/O completion ports on Windows.