Skip to main content
Version: Streamsheets 3.0

ASYNC

Executes given function asynchronously.

Syntax

=ASYNC(Function)

Arguments

NameTypeDescription
FunctionFunctionThe function to execute asynchronously.

Return

TypeDescription
StringReturns the function result or #PENDING if executed function is not yet resolved.

Examples

FormulaResultComment
=ASYNC(PARSE.CSV("1,2,3"))
Does not wait for parse function to return