FThread

Undocumented in source.

Constructors

this
this(string name, WorkElement function(Args) func, Args args)
Undocumented in source.

Members

Enums

Error
enum Error
Undocumented in source.
State
enum State
Undocumented in source.

Functions

addListener
void addListener(FThread[] thrs)
Undocumented in source. Be warned that the author may not have intended to support it.
delListener
void delListener(FThread th)
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.
pushCommand
void pushCommand(Command cmd)
Undocumented in source. Be warned that the author may not have intended to support it.
pushEvent
void pushEvent(Event ev)
Undocumented in source. Be warned that the author may not have intended to support it.

Properties

info
auto info [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
name
auto name [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.

Structs

Info
struct Info
Undocumented in source.

Variables

com
Communication com;
Undocumented in source.
self_name
string self_name;
Undocumented in source.
thread
Thread thread;
Undocumented in source.

Meta