Module rs::actors::popover::c

source ·

Type Aliases§

  • 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.