mapped_futures 0.1.9

A collection of futures based on FuturesUnordered that supports insertion, removal and mutation of futures by key
Documentation
1
2
3
4
extern crate alloc;
use futures_util::task;
mod mapped_futures;
pub use mapped_futures::*;