rs
0.1.0
Module c
Module Items
Type Aliases
In rs::
actors::
popover
rs
::
actors
::
popover
Module
c
Copy item path
Source
Type Aliases
§
Actor
The mutable instance of state. Thread-safe because this actor does not get its own event loop, and therefore can’t have a channel to receive messages, so instead messages will be passed directly to the mutexed actor.