pillowtrucker / BRAINWORMS

GNU Affero General Public License v3.0
0 stars 0 forks source link

Investigate `GameProgramme.rts.spawn` and `GameProgramme.spawn` #75

Open pillowtrucker opened 8 months ago

pillowtrucker commented 8 months ago

self.spawn should probably not exist and tokio's spawn should be used directly since it causes significantly fewer ownership issues

pillowtrucker commented 8 months ago

self.rts needs to be an option for me to be able to shut it down