futures_
signals
0.3.34
All Items
Crate Items
Modules
Macros
Structs
Functions
Crate
futures_signals
Copy item path
Source
Modules
§
signal
signal_
map
signal_
vec
tutorial
Tutorial
Macros
§
map_mut
map_mut
is exactly the same as
map_ref
, except it gives
mutable
references (
map_ref
gives
immutable
references).
map_ref
The
map_ref
macro can be used to
combine
multiple
Signal
s together:
Structs
§
Cancelable
Future
Cancelable
Future
Handle
Functions
§
cancelable_
future