Standard LibraryFunctionsasyncOn this pageasync async(Func func) -> Future Executes a function asynchronously and returns a Future object. Parameters func: The function to execute asynchronously. Returns A Future object that can be used to retrieve the result. See also: Future