sugars_async_stream 0.1.2

Async stream utilities with multiple backend support
Documentation

Asynchronous programming utilities

Choose your runtime and get both AsyncTask and AsyncStream plus convenient macros:

  • tokio-async: Full Tokio ecosystem with mpsc channels
  • std-async: Runtime-agnostic using async-channel
  • crossbeam-async: Compute-heavy workloads with crossbeam + async-channel