wait_until


Description:

public abstract bool wait_until (int64 end_time, out unowned G value = null) throws Error

Waits until the future is completed or deadline have passed.

Parameters:

end_time

the monotonic time to wait until, in microseconds

value

the value associated with the future if the wait was successful

Returns:

true if the future was completed within deadline, or false otherwise

Exceptions:

Error

if the future is completed with an exception, the exception will be thrown