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
dg | The supplied code as a delegate. |
Returns
Zero if all elemented are visited, nonzero if not.