Files
async-http-client/Sources/AsyncHTTPClient
George Barnett a4fcd701e9 Make body stream writer sendable (#835)
Motivation:

The body stream writer can be sent across isolation domains so should be
sendable.

Modifications:

- Make it explicitly sendable
- Add appropriate preconcurrency annotations
- Wrap an iterator from swift-algorithms as it hasn't yet annotated its
types with Sendable

Result:

Body stream writer is sendable
2025-04-29 15:38: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