wait_until
Description:
[ CCode ( ordering = 1 ) ]
public abstract bool wait_until (int64 end_time, out unowned G value = null) throws FutureError
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:
|