-
Type:
Enhancement
-
Resolution: Fixed
-
Priority:
P4
-
Affects Version/s: None
-
Component/s: core-libs
-
None
-
b14
ForeachOrderedTask currently uses a ConcurrentHashMap to track the next task to activate to maintain order of execution, but functionally a VarHandle will do just fine and be cheaper and faster.