concurrency v3.1.0 (2021-08-24T13:51:28Z)
Dub
Repo
StreamObjectImpl
concurrency
stream
A class extending from StreamObjectBase that wraps any Stream
class
StreamObjectImpl : StreamObjectBase!(Stream.ElementType)(
Stream
)
if
(
models
!(
Stream
,
isStream
)
) {
import
concurrency
.
receiver
:
ReceiverObjectBase
;
;
this
(Stream stream);
alias
DG
=
CollectDelegate
!(
Stream
.
ElementType
)
;
SenderObjectBase
!
void
collect
(DG dg);
}
Constructors
this
this
(Stream stream)
Undocumented in source.
Members
Aliases
DG
alias
DG
=
CollectDelegate
!(
Stream
.
ElementType
)
Undocumented in source.
Functions
collect
SenderObjectBase
!
void
collect
(DG dg)
Undocumented in source. Be warned that the author may not have intended to support it.
Meta
Source
See Implementation
concurrency
stream
classes
StreamObjectImpl
enums
ThrottleEmitLogic
ThrottleTimerLogic
isStream
functions
arrayStream
checkStream
debounce
doneStream
errorStream
fromStreamOp
infiniteStream
intervalStream
iotaStream
sample
scan
sharedStream
slide
take
throttleFirst
throttleLast
throttling
toList
toStreamObject
transform
via
interfaces
StreamObjectBase
structs
SharedStream
templates
CollectDelegate
SchedulerType
StreamProperties
loopStream
A class extending from StreamObjectBase that wraps any Stream