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

class Protocols.HTTP.Query

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

async_fetch(), async_request(), set_callbacks()