Module id
Persistent storage for the thread ID.
We store the thread ID so that it never gets destroyed during the lifetime
of a thread, either using #[thread_local] or multiple local_pointer!s.
idPersistent storage for the thread ID.
We store the thread ID so that it never gets destroyed during the lifetime
of a thread, either using #[thread_local] or multiple local_pointer!s.