Module thread

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.
ThreadId

Enums§

ResumeResult
The thread’s state after having been allowed to execute some code.