Module lifecycle
The inner logic for thread spawning and joining.
Structs
- JoinInner Inner representation for JoinHandle
- Packet
- ThreadInit The data passed to the spawned thread for thread initialization. Any thread implementation should start a new thread by calling .init() on this before doing anything else to ensure the current thread is properly initialized and the global allocator works.