Async
Builtin (async func args...) Calls a function asynchronously with a given set of arguments
Builtin (async func args...)
Note: The function is started in a separate context, with no access to the others, preventing any concurrency problems.