mirror of
https://github.com/outbackdingo/firezone.git
synced 2026-01-27 10:18:54 +00:00
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