Details
-
Improvement
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
3.0.0-alpha2
-
Reviewed
Description
// The atomic variable to make sure multiple threads with the same runnable // run only once. private AtomicBoolean hasAlreadyRun = new AtomicBoolean(false);