ThreadGroup.add

Add t to the list of tracked threads if it is not already being tracked.

class ThreadGroup
final
void
add
in { assert (t); }

Parameters

t
Type: Thread

The thread to add.

In: t must not be null.

Suggestion Box / Bug Report