mirror of
https://github.com/element-hq/element-x-ios.git
synced 2025-03-10 21:39:12 +00:00

* Use Task.detach(on:) everywhere that was blocking.
* Don't wrap the continuations in a Task 🤦♂️
* Add sendable requirement to closure.
2 lines
57 B
Plaintext
2 lines
57 B
Plaintext
Replace blocking detached tasks with Task.dispatch(on:).
|