Asynchronous programming utilities
Choose your runtime and get both AsyncTask and AsyncStream plus convenient macros:
tokio-async: Full Tokio ecosystem with mpsc channelsstd-async: Runtime-agnostic using async-channelcrossbeam-async: Compute-heavy workloads with crossbeam + async-channel