Queue

Undocumented in source.

Constructors

this
this(bool async)

Undocumented in source.

this
this(bool async, int priority)

Undocumented in source.

Members

Functions

enqueue
auto enqueue(uint[3] _grid, uint[3] _block, uint _sharedMem)

Undocumented in source. Be warned that the author may not have intended to support it.

wait
void wait(Event e, uint flags)

Undocumented in source. Be warned that the author may not have intended to support it.

Properties

async
bool async [@property getter]

Undocumented in source. Be warned that the author may not have intended to support it.

priority
int priority [@property getter]

Undocumented in source. Be warned that the author may not have intended to support it.

Variables

raw
void* raw;

Undocumented in source.

Meta