Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Require NegotiationResult to be Sendable
In NIOTypedApplicationProtocolNegotiationHandler<NegotiationResult> the result is used to fulfil promises and perform hops so we need it to be sendable when accessed from these other concurrency domains.
- Loading branch information