February 2018
Intermediate to advanced
552 pages
13h 46m
English
If required, we can kill an Actor immediately, using one of these predefined messages:
As shown in the following example, if we send either a Kill or PoisonPill message to an Actor, that Actor's ActorSystem will kill that immediately:
actor ! Kill
Or:
actor ! PoisonPill
Read now
Unlock full access