Rust Futures combinator to set the priority of a Future.
rust let low_priority = my_future().priority(5);