2 releases

0.1.1 Oct 16, 2019
0.1.0 Oct 16, 2019

#52 in #priority

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
~34K SLoC