Structs§
- Control
Handle - Represents a handle for controlling another future and awaiting its result.
- Control
Registration - A registered control interface which will allow a future to be controlled.
- Controlled
Future - A future which is controlled elsewhere
Functions§
- control_
deferred - Obtain a control handle and a permit which allows you to associate and control a future with
the returned
ControlHandle
. - control_
future - Allows a future to be remotely controlled