futures-prio 0.1.1

Combinator to set priority of Futures
Documentation
1
2
3
4
5
6
7
# futures-prio

Rust Futures combinator to set the priority of a Future.

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