Method Protocols.HTTP.Query()->timed_async_fetch()
- Method timed_async_fetch
voidtimed_async_fetch(function(object,mixed... :void)ok_callback,function(object,mixed... :void)fail_callback,mixed...extra)- Description
Like async_fetch(), except with a timeout and a corresponding fail callback function.
- See also