Commit Graph

3 Commits

Author SHA1 Message Date
David Nadoba 16b5b2b793
Replace `NIOSendable` with `Sendable` (#2291) 2022-10-13 15:56:27 +01:00
David Nadoba 6178126298
Adopt `Sendable` in `NIOCloseOnErrorHandler.swift` (#2146)
Co-authored-by: Cory Benfield <lukasa@apple.com>
2022-06-01 05:28:43 -07:00
Cory Benfield cdf27b6160
Move the first-party ChannelHandlers to NIOCore. (#1929)
Motivation:

NIO supplies a number of first-party ChannelHandlers that cover specific
use-cases. These aren't tied to the POSIX IO layer and so they should
come out.

Modifications:

- Move ChannelHandlers.swift to NIOCore
- Move NIOCloseOnErrorHandler.swift to NIOCore

Result:

Helper handlers in NIOCore
2021-08-05 10:09:08 +01:00