Actor.shutdown

Clean shutdown of the actor

Stopping incoming messages from triggering new behavior and finish all awaited respones.

struct Actor
@safe nothrow
void
shutdown
()

Meta