Thread

Optimistic thread, failure not supported

Constructors

this
this(ThreadDelegate callback, size_t stackSize)

Create a suspended thread.

Destructor

~this
~this()

Destroys a thread. The thread is supposed to be finished at this point.

Postblit

A postblit is present on this object, but not explicitly documented in the source.

Members

Functions

join
void join()

Wait for that thread termination

start
void start()

Starts the thread. Threads are created suspended. This function can only be called once.

Meta