3 stable releases

1.2.0 Nov 28, 2023
1.1.0 Oct 20, 2022
1.0.0 Nov 2, 2020

#344 in Asynchronous

Download history 2/week @ 2024-02-14 9/week @ 2024-02-21 89/week @ 2024-02-28 325/week @ 2024-03-06 120/week @ 2024-03-13 106/week @ 2024-03-20 124/week @ 2024-03-27 171/week @ 2024-04-03

578 downloads per month

BSL-1.0 license

15KB
348 lines

selecting

Rust Crates.io Documentation

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

~42KB