futures-prio

Crates.iofutures-prio
lib.rsfutures-prio
version0.1.1
sourcesrc
created_at2019-10-16 14:05:52.854339
updated_at2019-10-16 14:08:04.193671
descriptionCombinator to set priority of Futures
homepagehttps://github.com/leo60228/futures-prio
repositoryhttps://github.com/leo60228/futures-prio
max_upload_size
id173004
size4,280
leo60228 (leo60228)

documentation

README

futures-prio

Rust Futures combinator to set the priority of a Future.

let low_priority = my_future().priority(5);
Commit count: 5

cargo fmt