concurrency v5.0.0 (2022-10-19T08:12:29Z)
Dub
Repo
Cycle
concurrency
stream
cycle
Undocumented in source.
struct
Cycle (
Range
) {
alias
T
=
ElementType
!
Range
;
alias
DG
=
CollectDelegate
!(
T
)
;
Range
range
;
void
loop
(DG emit, StopToken stopToken);
}
Members
Aliases
DG
alias
DG
=
CollectDelegate
!(
T
)
Undocumented in source.
T
alias
T
=
ElementType
!
Range
Undocumented in source.
Functions
loop
void
loop
(DG emit, StopToken stopToken)
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
range
Range
range
;
Undocumented in source.
Meta
Source
See Implementation
concurrency
stream
cycle
functions
cycleStream
structs
Cycle