mecca ~master (2021-09-12T14:37:04Z)
Dub
Repo
Reactor.sleep
mecca
reactor
Reactor
Suspend the current fiber for a specified amount of time
void
sleep
(Duration duration)
void
sleep
(Timeout until)
struct
Reactor
@
safe
@
nogc
void
sleep
(
Timeout
until
)
Meta
Source
See Implementation
mecca
reactor
Reactor
aliases
IdleCallbackDlg
functions
LOG_TRACEBACK_AS
assertMayContextSwitch
boostFiberPriority
call
considerYield
deferToThread
enterCriticalSection
getFiberName
getFiberPtr
getFiberState
iterateFibers
iterateScheduledFibers
joinFiber
leaveCriticalSection
pushFiberName
registerIdleCallback
registerRecurringTimer
registerTimer
requestGCCollection
resumeFiber
setFiberName
setup
shouldYield
sleep
spawnFiber
start
stop
suspendCurrentFiber
teardown
throwInFiber
utThreadPool
yield
manifest constants
UT_MAX_DEFERRED_TASKS
postblits
this(this)
properties
criticalSection
currentFiberHandle
currentFiberId
currentFiberPtr
hangDetectorEnabled
isActive
isIdle
isInCriticalSection
isMain
isOpen
isRunning
isSpecialFiber
reactorStats
thisFiber
structs
OpenOptions
Stats
TimerHandle
Suspend the current fiber for a specified amount of time