[−][src]Module websocket::async::futures::executor
Executors
This module contains tools for managing the raw execution of futures, which is needed when building executors (places where futures can run).
More information about executors can be found online at tokio.rs.
Structs
NotifyHandle |
A |
Traits
Notify |
A trait which represents a sink of notifications that a future is ready to make progress. |
UnsafeNotify |
An unsafe trait for implementing custom forms of memory management behind a
|
Functions
with_notify |
Sets the |