The Open
D
Programming Language
Learn
Language
Library
Contribute
Blog
ICoreEventLoop.run
arsd
core
ICoreEventLoop
Runs the event loop for this thread until the
until
delegate returns
true
.
interface
ICoreEventLoop
final
void
run
(
scope
bool
delegate
(
)
until
)
Meta
Source
See Implementation
arsd
core
ICoreEventLoop
functions
addDelegateOnLoopIteration
run
runOnce
structs
RearmToken
RunOnceResult
UnregisterToken
Runs the event loop for this thread until the until delegate returns true.