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