concurrency v5.0.0 (2022-10-19T08:12:29Z)
Dub
Repo
StreamObjectBase
concurrency
stream
stream
A polymorphic stream with elements of type T
interface
StreamObjectBase (
T
) {
interface
SenderObjectBase
(T)
via
import
concurrency
.
sender
:
SenderObjectBase
;
;
alias
ElementType
=
T
;
alias
DG
=
CollectDelegate
!(
ElementType
)
;
SenderObjectBase
!
void
collect
(DG dg);
}
Members
Aliases
DG
alias
DG
=
CollectDelegate
!(
ElementType
)
Undocumented in source.
ElementType
alias
ElementType
=
T
Undocumented in source.
Functions
collect
SenderObjectBase
!
void
collect
(DG dg)
Undocumented in source.
Meta
Source
See Implementation
concurrency
stream
stream
classes
StreamObjectImpl
enums
isStream
functions
checkStream
fromStreamOp
toStreamObject
interfaces
StreamObjectBase
templates
CollectDelegate
SchedulerType
StreamProperties
loopStream
A polymorphic stream with elements of type T