-
Enhancement
-
Resolution: Fixed
-
P4
-
None
-
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.