Module rustrt::thread[src]

Native os-thread management

This modules contains bindings necessary for managing OS-level threads. These functions operate outside of the rust runtime, creating threads which are not used for scheduling in any way.

Structs

Thread

This struct represents a native thread's state. This is used to join on an existing thread created in the join-able state.