StepThread

Attribute indicating in which thread you need to make an object step.

struct StepThread {}

Members

Variables

id
size_t id;
Undocumented in source.

Examples

@StepThread(2) void threadStep() @safe
{
    ...
}

Meta