ThreadBase.opApply

Operates on all threads currently being tracked by the system. The result of deleting any Thread object is undefined. Note that threads passed to the callback might no longer run (see ThreadBase..isRunning).

class ThreadBase
static
int
opApply
(
scope int delegate dg
)

Parameters

dg int delegate

The supplied code as a delegate.

Return Value

Type: int

Zero if all elemented are visited, nonzero if not.

Meta