ThreadGroup.remove

Removes t from the list of tracked threads. No operation will be performed if t is not currently being tracked by this object.

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

Parameters

t
Type: Thread

The thread to remove.

In: t must not be null.

Suggestion Box / Bug Report