mirror of
https://github.com/swift-server/async-http-client.git
synced 2026-06-02 07:37:34 +00:00
716fb3f983
Motivation: Delegates can be passed from any thread and are executed on an arbitrary event loop. That means they need to be Sendable. Rather than making them all Sendable in one go, we'll do the larger ones separately. Modifications: - Make FileDownloadDelegate sendable Result: Safe to pass FileDownloadDelegate across isolation domains