You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Children, callbacks, non-local callbacks and scheduled tasks.
The names are ambiguous and the need to keep so many more or less equivalent lists has a strong code smell.
Reduce the number of lists to one or two, namely:
(optional) a list callbacks that still need to be called (triggered by activity within the zone completing)
a list of everything else (sub-zones, tasks and resources - everything that has a .signal() method and will eventually un-register itself from the zone).
The text was updated successfully, but these errors were encountered:
Children, callbacks, non-local callbacks and scheduled tasks.
The names are ambiguous and the need to keep so many more or less equivalent lists has a strong code smell.
Reduce the number of lists to one or two, namely:
The text was updated successfully, but these errors were encountered: