The OpenD Programming Language

remove

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

final
void
remove

Parameters

t Thread

The thread to remove.

In: t must not be null.

Meta