Skip to main content

Module lifecycle

Module lifecycle 

Source
Expand description

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.

Functionsยง

spawn_unchecked ๐Ÿ”’ โš