EventLoop.run

Runs the event loop until the whileCondition, if present, returns false

struct EventLoop
int
run
(
bool delegate
()
whileCondition = null
)
Suggestion Box / Bug Report