Man pages for r-lib/async
Asynchronous Computation and 'I/O'

asyncCreate an async function
async_backoffRetry an asynchronous function with exponential backoff
async_constantMake a minimal deferred that resolves to the specified value
async_debugAsync debugging utilities
async_detectFind the value of a match, asynchronously
async_everyDo every or some elements of a list satisfy an asynchronous...
async_filterKeep or drop elements using an asyncronous predicate function
async_mapApply an asynchronous function to each element of a vector
async_race_someA deferred value that resolves when the specified number of...
async_reflectMake an asynchronous function that always succeeds
async_replicateReplicate an async function a number of times
async_retryRetry an asynchronous function a number of times
async_retryableMake an asynchronous funcion retryable
async_sequenceCompose asynchronous functions
async_timeoutAsynchronous function call with a timeout
async_timerRepeated timer
async_try_eachIt runs each task in series but stops whenever any of the...
async_untilRepeatedly call task until it its test function returns...
async_whilstRepeatedly call task, while test returns true
call_functionAsynchronous function call, in a worker pool
call_with_callbackCall 'func' and then call 'callback' with the result
deferredDeferred value
def__make_error_objectCreate an error object for a rejected deferred computation
delayDelay async computation for the specified time
event_emitterGeneric Event Emitter
external_processExternal process via a process generator
http_getAsynchronous HTTP GET request
http_headAsynchronous HTTP HEAD request
http_postAsynchronous HTTP POST request
http_setoptSet curl HTTP options in an event loop
http_stop_for_statusThrow R errors for HTTP errors
is_asyncChecks if a function is async
is_deferredIs object a deferred value?
run_event_loopRun event loop to completion
run_processAsynchronous external process execution
run_r_processAsynchronous call to an R function, in a background R process
sse_eventsHTTP event emitter for server-sent events
synchroniseSynchronously wrap asynchronous code
when_allDeferred value for a set of deferred values
when_someResolve a deferred as soon as some deferred from a list...
worker_poolWorker pool
r-lib/async documentation built on March 24, 2024, 6:20 p.m.