rs
0.1.0
Module c
Type Aliases
In rs::
actors::
popover
Module
rs
::
actors
::
popover
::
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.