localrest ~test-with-upstream (2022-01-13T23:20:54.8481713)
Dub
Repo
FiberScheduler.InfoFiber
geod24
concurrency
FiberScheduler
Fiber which embeds a ThreadInfo
class
FiberScheduler
protected static
class
InfoFiber : Fiber {
ThreadInfo
info
;
FiberBinarySemaphore
sem
;
this
(void delegate() op, size_t sz);
}
Constructors
this
this
(void delegate() op, size_t sz)
Undocumented in source.
Members
Variables
info
ThreadInfo
info
;
Undocumented in source.
sem
FiberBinarySemaphore
sem
;
Semaphore reference that this Fiber is blocked on
Meta
Source
See Implementation
geod24
concurrency
FiberScheduler
classes
FiberBinarySemaphore
InfoFiber
functions
create
schedule
spawn
start
properties
thisInfo
static functions
yield
Fiber which embeds a ThreadInfo