selectme
A fast and fair select! implementation for asynchronous programming.
See the select! or inline! macros for documentation.
Usage
Add the following to your Cargo.toml:
= "0.4.0"
Examples
The following is a simple example showcasing two branches being polled concurrently. For more documentation see select!.
async
async
async
License: MIT/Apache-2.0