selectme 0.7.2

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

#[selectme::main]
fn main_with_argument(value: u32) {}

#[selectme::main]
pub(crate) fn non_empty_pub_crate(value: u32) {}