Crates.io | futures-prio |
lib.rs | futures-prio |
version | 0.1.1 |
source | src |
created_at | 2019-10-16 14:05:52.854339 |
updated_at | 2019-10-16 14:08:04.193671 |
description | Combinator to set priority of Futures |
homepage | https://github.com/leo60228/futures-prio |
repository | https://github.com/leo60228/futures-prio |
max_upload_size | |
id | 173004 |
size | 4,280 |
Rust Futures combinator to set the priority of a Future.
let low_priority = my_future().priority(5);