mapped_futures 0.1.0

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;

pub mod mapped_futures;