New Core Feature: Async Framework (Master Branch and 4.8)

We don’t have continuations yet, if that’s what you mean, but it’s on the to-do list.

In the meantime, you could pass a delegate as a parameter to the async function, which the async function will execute when it is complete. Make sure that your delegate handler is thread-safe.