Thread

Undocumented in source.

Constructors

this
this()
Undocumented in source.
this
this(void delegate() dg)
Undocumented in source.
this
this(Runnable runnable)
Undocumented in source.
this
this(Runnable runnable, String name)
Undocumented in source.
this
this(String name)
Undocumented in source.

Members

Aliases

TThread
alias TThread = tango.core.Thread.Thread
Undocumented in source.
TThread
alias TThread = core.thread.Thread
Undocumented in source.

Functions

getName
String getName()
Undocumented in source. Be warned that the author may not have intended to support it.
getPriority
int getPriority()
Undocumented in source. Be warned that the author may not have intended to support it.
interrupt
void interrupt()
Undocumented in source. Be warned that the author may not have intended to support it.
isAlive
bool isAlive()
Undocumented in source. Be warned that the author may not have intended to support it.
isDaemon
bool isDaemon()
Undocumented in source. Be warned that the author may not have intended to support it.
join
void join()
Undocumented in source. Be warned that the author may not have intended to support it.
nativeThread
TThread nativeThread()
Undocumented in source. Be warned that the author may not have intended to support it.
run
void run()
Undocumented in source. Be warned that the author may not have intended to support it.
setDaemon
void setDaemon(bool on)
Undocumented in source. Be warned that the author may not have intended to support it.
setName
void setName(String name)
Undocumented in source. Be warned that the author may not have intended to support it.
setPriority
void setPriority(int newPriority)
Undocumented in source. Be warned that the author may not have intended to support it.
start
void start()
Undocumented in source. Be warned that the author may not have intended to support it.
toString
String toString()
Undocumented in source. Be warned that the author may not have intended to support it.

Static functions

currentThread
Thread currentThread()
Undocumented in source. Be warned that the author may not have intended to support it.
interrupted
bool interrupted()
Undocumented in source. Be warned that the author may not have intended to support it.
joinAll
void joinAll()
Undocumented in source. Be warned that the author may not have intended to support it.
sleep
void sleep(int time)
Undocumented in source. Be warned that the author may not have intended to support it.
yield
void yield()
Undocumented in source. Be warned that the author may not have intended to support it.

Static variables

MAX_PRIORITY
int MAX_PRIORITY;
Undocumented in source.
MIN_PRIORITY
int MIN_PRIORITY;
Undocumented in source.
NORM_PRIORITY
int NORM_PRIORITY;
Undocumented in source.

Meta