zakgof / actr

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

Concurrency: `DedicatedThreadScheduler#schedule` can yield an error #3

Closed SereneAnt closed 5 years ago

SereneAnt commented 5 years ago

DedicatedThreadScheduler#schedule(..) can schedule a task on the executor, that is being shut down, that will cause a runtime error.

zakgof commented 5 years ago

Fixed in 1.2.0