Beam/changelog.d/pr-201.bugfix
Doug 8462862afc
Replace detached tasks with Task.dispatch(on:) (#201)
* Use Task.detach(on:) everywhere that was blocking.
* Don't wrap the continuations in a Task 🤦‍♂️
* Add sendable requirement to closure.
2022-09-21 17:50:15 +01:00

2 lines
57 B
Plaintext

Replace blocking detached tasks with Task.dispatch(on:).