[src]

Module std::rt::thread

Bindings to system threading libraries. Bindings to system threading libraries. 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.

Thread

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