The OpenD Programming Language

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

Parameters

t Thread

The thread to remove.

In: t must not be null.

Meta