You should use Task.detach so as not to inherit the main executor/actor. You can also use withContinuation to kick things off in the background manually.
1 Like
You should use Task.detach so as not to inherit the main executor/actor. You can also use withContinuation to kick things off in the background manually.