Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Reduce the number of lists/counters associated with a zone #39

Open
piscisaureus opened this issue Nov 4, 2014 · 0 comments
Open

Reduce the number of lists/counters associated with a zone #39

piscisaureus opened this issue Nov 4, 2014 · 0 comments
Assignees

Comments

@piscisaureus
Copy link
Contributor

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).
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants