Module control

Source

Structs§

ControlHandle
Represents a handle for controlling another future and awaiting its result.
ControlRegistration
A registered control interface which will allow a future to be controlled.
ControlledFuture
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