wait_until


Description:

[ CCode ( ordering = 1 ) ]
public abstract bool wait_until (int64 end_time, out unowned G value = null) throws FutureError

Waits until the value is ready or deadline have passed.

Parameters:

end_time

The time when the wait should finish

value

The value associated with future if the wait was successful

Returns:

true if the value was ready within deadline or false otherwise

See also:

ready, wait, wait_async