Async & Await & Thread & Spawn
The current compiler does not have any support inbuilt yet for async/await, tasks, or channels. However, you can use the __inline_cpp("libcxx::thread") and libcxx::future types from the C++ standard library to achieve concurrency.