Spawns an asynchronous task on the current runtime. The returned handle can be awaited to get the result of the task, or discarded to run it in the background. If there is no current runtime, an exception is thrown.
Function spawn
#include <Runtime.hpp>F&&t
)