rx ~master (2019-06-16T13:03:22Z)
Home
Dub
Repo
ZipNSink.ZipChildObserver
rx
range
zip
ZipNSink
Undocumented in source.
class
ZipNSink
(alias selector, E, TObserver, TObservables...)
class
ZipChildObserver (
size_t
index
TObserver
E
) {
void
put
(E obj);
static if
(
hasCompleted!TObserver
)
void
completed
();
void
failure
(Exception e);
}
Members
Functions
completed
void
completed
()
Undocumented in source. Be warned that the author may not have intended to support it.
failure
void
failure
(Exception e)
Undocumented in source. Be warned that the author may not have intended to support it.
put
void
put
(E obj)
Undocumented in source. Be warned that the author may not have intended to support it.
Meta
Source
See Implementation
rx
range
zip
ZipNSink
aliases
ItemTypes
Store
classes
ZipChildObserver
constructors
this
functions
checkCompleted
enqueue
failure
hasElements
isCompleted
run
variables
cancel
gate
observer
sources
store