zakgof / actr

Simple, fast and typesafe Java actor model implementation
Apache License 2.0
119 stars 20 forks source link

Concurrency: ActorSystem can 'miss' to destroy actors on shutdown #2

Closed SereneAnt closed 5 years ago

SereneAnt commented 5 years ago

ActorSystem#shutdown() can miss to destroy the actors if they are created 'in-between'