descore ~master (2015-04-21T20:17:28Z)
Dub
Repo
HubOutput
des
flow
sync
synchronized
class
HubOutput : SyncOutput!T(
T
) {
alias
LST
=
SyncOutput
!
T
;
LST
[]
listeners
;
void
pushBack
(
in
T
val
)
;
bool
inList
(
shared
LST
sync
)
;
void
add
(
shared
LST
[]
syncs
...)
;
void
del
(
shared
LST
[]
syncs
...)
;
}
Members
Aliases
LST
alias
LST
=
SyncOutput
!
T
Functions
add
void
add
(
shared
LST
[]
syncs
...)
del
void
del
(
shared
LST
[]
syncs
...)
inList
bool
inList
(
shared
LST
sync
)
pushBack
void
pushBack
(
in
T
val
)
Variables
listeners
LST
[]
listeners
;
Meta
Source
See Implementation
des
flow
sync
classes
HubOutput
SyncList
functions
syncTest
interfaces
SyncOutput
structs
Communication