Files
firezone/swift
Jamil 78d92036b4 refactor(apple/ios): Remove incorrect use of Task {} (#7700)
This code doesn't make sense:

 - In the Adapter, we are not running on the main UI thread
 - In this callback, we are running on the `workQueue` anyway
 - `Task` is not how to spawn a new thread in Swift strictly speaking
2025-01-08 18:02:34 +00:00
..