ThreadBase.opApply

int opApply(scope int delegate(ref ThreadBase) dg)

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).

Parameters

dgThe supplied code as a delegate.

Returns

Zero if all elemented are visited, nonzero if not.