(actorInterruptedException: StringAdd).self
(actorInterruptedException: StringFormat).self
(actorInterruptedException: ArrowAssoc[ActorInterruptedException]).x
(Since version 2.10.0) Use leftOfArrow instead
(actorInterruptedException: Ensuring[ActorInterruptedException]).x
(Since version 2.10.0) Use resultOfEnsuring instead
When an InterruptedException is thrown inside an Actor, it is wrapped as an ActorInterruptedException as to avoid cascading interrupts to other threads than the originally interrupted one.