Async

async


Builtin (async func args...) Calls a function asynchronously with a given set of arguments

Note: The function is started in a separate context, with no access to the others, preventing any concurrency problems.