Function EventLoop.runUntilComplete

Run until future is done.

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

Prototype

final T runUntilComplete(T)(
  Future!T future
);

Returns

the Future's result, or throws its exception.

Authors

Dragos Carp

Copyright

© 2015-2016 Dragos Carp

License

Boost Software License - Version 1.0