DebugThreadList

Undocumented in source.

Constructors

this
this()
Undocumented in source.
this
this(DebugThreadList v)
Undocumented in source.

Members

Functions

clone
DebugThreadList clone()
Undocumented in source. Be warned that the author may not have intended to support it.
findThread
DebugThread findThread(ulong id)
Undocumented in source. Be warned that the author may not have intended to support it.
opIndex
DebugThread opIndex(int index)
Undocumented in source. Be warned that the author may not have intended to support it.

Properties

currentThread
DebugThread currentThread [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
length
int length [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

currentThreadId
ulong currentThreadId;
Undocumented in source.
threads
DebugThread[] threads;
Undocumented in source.

Meta