Non-suspending alternative to await?

Is that not essentially just plain old Task {...} or Task.detached {...}?

...
Task {
   await foo_bar ()
}
...

I don't really understand the intention of the OP. :slight_smile:

3 Likes