Expand description
An emulated Linux thread.
Structs§
- Thread
- A virtual Thread in Shadow. Currently a thin wrapper around the C Thread, which this object owns, and frees on Drop.
- Thread
Id
Enums§
- Resume
Result - The thread’s state after having been allowed to execute some code.