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