selectme 0.7.2

A fast and fair select! macro for asynchronous Rust.
Documentation
1
2
3
4
5
6
7
pub(crate) fn main() {
}

/// Empty selects are not permitted.
async fn empty() {
    selectme::select! {}
}