concurrency ~master (2022-01-07T14:23:47Z)
Dub
Repo
SampleStreamOp
concurrency
stream
sample
Undocumented in source.
template
SampleStreamOp (
StreamBase
StreamTrigger
) {
import
concurrency
.
operations
.
raceall
;
;
import
concurrency
.
bitfield
:
SharedBitField
;
;
enum
Flags
;
alias
PropertiesBase
=
StreamProperties
!
StreamBase
;
alias
PropertiesTrigger
=
StreamProperties
!
StreamTrigger
;
alias
DG
=
PropertiesBase
.
DG
;
struct
SampleStreamOp
(Receiver)
;
}
Members
Aliases
DG
alias
DG
=
PropertiesBase
.
DG
Undocumented in source.
PropertiesBase
alias
PropertiesBase
=
StreamProperties
!
StreamBase
Undocumented in source.
PropertiesTrigger
alias
PropertiesTrigger
=
StreamProperties
!
StreamTrigger
Undocumented in source.
Enums
Flags
enum
Flags
Undocumented in source.
Structs
SampleStreamOp
struct
SampleStreamOp
(Receiver)
Undocumented in source.
Meta
Source
See Implementation
concurrency
stream
sample
functions
sample
templates
SampleStreamOp