descore ~master (2015-04-21T20:17:28Z)
Dub
Repo
FThread.Info
des
flow
thread
FThread
class
FThread
static
struct
Info {
State
state
;
Error
error
;
string
message
;
ulong
timestamp
;
this
(
State
state
,
Error
error
=
Error
.
NONE
,
string
msg
=
""
)
;
}
Constructors
this
this
(
State
state
,
Error
error
=
Error
.
NONE
,
string
msg
=
""
)
Members
Variables
error
Error
error
;
message
string
message
;
state
State
state
;
timestamp
ulong
timestamp
;
Meta
Source
See Implementation
des
flow
thread
FThread
constructors
this
enums
Error
State
functions
addListener
delListener
join
pushCommand
pushEvent
takeAllSignals
properties
info
name
structs
Info
variables
com
self_name
thread