2 releases

0.1.1 Oct 16, 2019
0.1.0 Oct 16, 2019

#28 in #priority

MIT/Apache

5KB
62 lines

Futures combinator to set the priority of a Future.


futures-prio

Rust Futures combinator to set the priority of a Future.

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

Dependencies

~1.5MB
~40K SLoC