You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a question, I've been adopting new Swift patterns with async and await and I wanted to use the Task from Swift (https://developer.apple.com/documentation/swift/task/), but your package's Task shadows this.
So I needed to do something like this:
// Task comes in SwiftCLI, so importing the real Concurrency Task
_Concurrency.Task{awaitwhateverTask()}
Are there any plans to change your Task or how to circumvent this?
The text was updated successfully, but these errors were encountered:
Hello there!
First of all, thanks a lot for your repository!
I have a question, I've been adopting new Swift patterns with
async
andawait
and I wanted to use theTask
from Swift (https://developer.apple.com/documentation/swift/task/), but your package'sTask
shadows this.So I needed to do something like this:
Are there any plans to change your
Task
or how to circumvent this?The text was updated successfully, but these errors were encountered: