Commit graph

6 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
d1b04e406b Minor changes 2021-10-08 17:04:33 +02:00
3ab606641e Fixed task reference
And removed a console.log
2021-10-08 15:15:53 +02:00
f6e86a5892 Corrected manifest data references 2021-10-08 14:45:46 +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/Monkey.js (Browse further)