const REGISTRY: LocalKey<OnceCell<Registry>>;
The registry associated with the thread. This allows the WorkerLocal type to clone the registry in its constructor.
WorkerLocal