flod ~step (2021-10-30T20:17:29.6642601)
Dub
Repo
SinkDrivenFiberScheduler
flod
pipeline
Undocumented in source.
struct
SinkDrivenFiberScheduler {
import
std
.
stdio
;
;
import
core
.
thread
:
Fiber
;
;
Fiber
fiber
;
mixin
NonCopyable
;
void
stop
();
int
yield
();
}
Members
Functions
stop
void
stop
()
Undocumented in source. Be warned that the author may not have intended to support it.
yield
int
yield
()
Undocumented in source. Be warned that the author may not have intended to support it.
Mixins
__anonymous
mixin
NonCopyable
Undocumented in source.
Variables
fiber
Fiber
fiber
;
Undocumented in source.
Mixed In Members
From
mixin
NonCopyable
this(this)
this(this)
Undocumented in source.
opAssign
void
opAssign
(typeof(this) )
Undocumented in source.
Meta
Source
See Implementation
flod
pipeline
enums
isAllocPipeline
isPeekPipeline
isPullPipeline
isPushPipeline
functions
filter
filterMark
genChain
genStage
pipe
pipeline
testChain
mixin templates
FiberScheduler
TestStage
structs
Arg
SinkDrivenFiberScheduler
TestAllocFilter
TestAllocPeekFilter
TestAllocPullFilter
TestAllocPushFilter
TestAllocSink
TestAllocSource
TestPeekAllocFilter
TestPeekFilter
TestPeekPullFilter
TestPeekPushFilter
TestPeekSink
TestPeekSource
TestPullAllocFilter
TestPullFilter
TestPullPeekFilter
TestPullPushFilter
TestPullSink
TestPullSource
TestPushAllocFilter
TestPushFilter
TestPushPeekFilter
TestPushPullFilter
TestPushSink
TestPushSource
templates
isPipeline
variables
inputArray
outputArray
outputIndex