Module maidsafe_utilities::thread [] [src]

Utilities related to threading.

Structs

Joiner

A RAII style thread joiner. The destruction of an instance of this type will block until the thread it is managing has joined.

Functions

named

This function is intended to be used in all cases where we want to spawn a new thread with a given name and panic if we fail to create the thread.