shadow_
rs
3dfee2f
Module thread
Module Items
Structs
Enums
In shadow_
rs::
host
shadow_rs
::
host
Module
thread
Copy item path
source
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.