untitaker/mysteryshack

Figure out better way to avoid data races

Closed this issue · 1 comments

Currently we just spawn one worker. We should use something like lockfile in Python.

Lmao just have a global rwlock for now.

ef883ed