Module market::thread[][src]

Implements Consumer for a thread.

A thread consists of code that is executed separately. When the code is completed, the status can be consumed.

Structs

Thread

A wrapper around the std::thread functionality.

Enums

Kind

Describes the kind of thread.