mapped_futures 0.1.12

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