Pike v8.0 release 1738

Method Protocols.HTTP.Query()->timed_async_fetch()


Method timed_async_fetch

void timed_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

async_fetch(), async_request(), set_callbacks()