Expand description
The inner logic for thread spawning and joining.
Structsยง
- Join
Inner ๐ - Inner representation for JoinHandle
- Packet ๐
- Thread
Init ๐ - 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.
Functionsยง
- spawn_
unchecked ๐ โ