Files
async-http-client/Sources/AsyncHTTPClient
George Barnett 716fb3f983 Make the file download delegate sendable (#834)
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
2025-04-30 10:28:05 +01:00
..
2025-01-14 16:39:43 +00:00
2024-10-29 15:01:46 +00:00
2024-10-29 15:01:46 +00:00