Terence Yim 79706357c7 Fix race condition in the NonStickyEventExecutorGroup ()
Motivation:

There was a race condition between the task submitter and task executor threads such that the last Runnable submitted may not get executed. 

Modifications:

The bug was fixed by checking the task queue and state in the task executor thread after it saw the task queue was empty.

Result:

Fixes 
2018-08-29 19:42:01 +02:00
..
2017-04-20 04:56:09 +02:00