Closed SereneAnt closed 5 years ago
In ForkJoinPoolScheduler#schedule(..), an actor can intermittently skip messages.
ForkJoinPoolScheduler#schedule(..)
Possible scenarios (others possible): 1.
The result: The message (runnable) from thread B is lost.
Fixed in actr 0.1.0
In
ForkJoinPoolScheduler#schedule(..)
, an actor can intermittently skip messages.Possible scenarios (others possible): 1.
The result: The message (runnable) from thread B is lost.