2 releases

0.1.1 Oct 16, 2019
0.1.0 Oct 16, 2019

#51 in #priority

37 downloads per month

MIT/Apache

5KB
62 lines

futures-prio

Rust Futures combinator to set the priority of a Future.

let low_priority = my_future().priority(5);

lib.rs:

Futures combinator to set the priority of a Future.

Dependencies

~1.5MB
~35K SLoC