Structs§
- Radio
Radiolets you access the state and is subscribed given it’sChannel.- Radio
Antenna - Radio
Guard - Radio
Station - Holds a global state and all its subscribers.
Enums§
Traits§
Functions§
- use_
init_ radio_ station - use_
radio - Consume the state and subscribe using the given
channelAny mutation using this radio will notify other subscribers to the samechannel, unless you explicitely pass a custom channel using other methods asRadio::write_channel() - use_
radio_ station - use_
share_ radio - Provide the given RadioStation to descendants components, this is the same as when using use_init_radio_station except that you pass an already created one.