Right now, this shard is not MT-safe. To make it so, the class variables need to be guarded by a mutex or moved into the `Fiber` class.
Right now, this shard is not MT-safe. To make it so, the class variables need to be guarded by a mutex or moved into the
Fiberclass.