led_client/embassy/embassy-futures
2024-12-21 00:48:45 -05:00
..
src Initial commit 2024-12-21 00:48:45 -05:00
Cargo.toml Initial commit 2024-12-21 00:48:45 -05:00
README.md Initial commit 2024-12-21 00:48:45 -05: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.