Expand description
Utilities for compating between futures 0.1 and futures 0.3 tasks.
Functionsยง
- poll_
01_ to_ 03 - Map
futures 0.1poll tostd::task::Poll. - poll_
03_ to_ 01 - Map
std::task::Pollto afutures 0.1poll. - with_
context - Map a
futures 0.1notify to astd::task::Context. - with_
notify - Map a
std::task::Contextinto the proper context forfutures 0.1.