shadow_rs::host

Module thread

source
Expand description

An emulated Linux thread.

Structs§

  • A virtual Thread in Shadow. Currently a thin wrapper around the C Thread, which this object owns, and frees on Drop.

Enums§

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