Commit graph

3 commits

Author SHA1 Message Date
b2556f1ced Added flag queue
Calls sent to setFlag before a monkey has been spawned will be queued until the next GIVE_MANIFEST event is received.

- Replaced this.monkey with let monkey
2021-10-18 13:12:04 +02:00
c713bb8755 Added ack function to class scope
Moved ack function from giveManifest to the MonkeyManager class so other functions can use it in the future.
2021-10-11 16:02:06 +02:00
17224b0a86 Renamed "worker" to "do"
Renaming the "worker" folder to "do" so we can add more workers without having to cram them all in one folder.
2021-10-08 13:56:10 +02:00
Renamed from worker/MonkeyManager.mjs (Browse further)