How would I go about using global objects with Mummy? I assume I will have to use atomics/locks manually myself?
And since there's a `maxThreads` which is set to 2x of CPU count by default, does that mean that if requests take a long time to do, all other requests will just stall and have to wait for the worker threads to finish the current requests?
