EventLoop.runUntilComplete

Run until $(PARAM future) is done.

If the argument is a coroutine object, it is wrapped by $(D_PSYMBOL task()).

class EventLoop
final
T
runUntilComplete
(
T
)

Return Value

Type: T

the Future's result, or throws its exception.

Meta