3 stable releases
1.2.0 | Nov 28, 2023 |
---|---|
1.1.0 | Oct 20, 2022 |
1.0.0 | Nov 2, 2020 |
#539 in Asynchronous
3,885 downloads per month
15KB
348 lines
selecting
Cross-platform wrapper over select.
This library provides simple interface over POSIX's select
enabling you to write
very simple async programs using std
networking primitives.
But if you want performance you should look for tokio
or mio
lib.rs
:
Cross-platform wrapper over select.
This library provides simple interface over POSIX's select
enabling you to write
very simple async programs using std
networking primitives.
But if you want performance you should look for tokio
or mio
Dependencies
~44KB