embassy/embassy-futures
2024-03-20 14:53:19 +01:00
..
src fmt: disable "unused" warnings. 2024-03-20 14:53:19 +01:00
Cargo.toml Complete cargo.tomls more. 2024-01-12 00:32:47 +01:00
README.md Centralize license and MSRV boilerplate into the repo readme. 2024-01-11 18:18:35 +01:00

embassy-futures

An Embassy project.

Utilities for working with futures, compatible with no_std and not using alloc. Optimized for code size, ideal for embedded systems.

  • Future combinators, like join and select
  • Utilities to use async without a fully fledged executor: block_on and yield_now.

Interoperability

Futures from this crate can run on any executor.