eww.sharedΒΆ

Contains all of our global mutable state. Everything here is dangerous.

Because we are a library rather than an app, we’re forced to use icky things like locks as a defensive mechanism.

Unless you are very confident in your multithreading skillz (and realize you should still have a healthy fear), I strongly recommend not interacting with anything here directly.