swift-nio/Sources/NIOWebSocket
David Nadoba 1100054107
Functions passed to non-`Sendable` `ChannelHandler`s do *not* need to be `Sendable` (#2249)
2022-08-26 17:59:34 +02:00
..
Base64.swift Improving performance of base64 encoding by about 10% (#1862) 2021-06-07 11:12:06 +01:00
NIOWebSocketClientUpgrader.swift Functions passed to non-`Sendable` `ChannelHandler`s do *not* need to be `Sendable` (#2249) 2022-08-26 17:59:34 +02:00
NIOWebSocketFrameAggregator.swift Adopt `Sendable` for Types in `NIOWebSocket` (#2217) 2022-07-05 11:50:55 +01:00
NIOWebSocketServerUpgrader.swift Functions passed to non-`Sendable` `ChannelHandler`s do *not* need to be `Sendable` (#2249) 2022-08-26 17:59:34 +02:00
SHA1.swift Stop copying Strings into Arrays for SHA1 (#1413) 2020-02-25 08:52:36 +00:00
WebSocketErrorCodes.swift Adopt `Sendable` for Types in `NIOWebSocket` (#2217) 2022-07-05 11:50:55 +01:00
WebSocketFrame.swift Adopt `Sendable` for Types in `NIOWebSocket` (#2217) 2022-07-05 11:50:55 +01:00
WebSocketFrameDecoder.swift Adopt `Sendable` for Types in `NIOWebSocket` (#2217) 2022-07-05 11:50:55 +01:00
WebSocketFrameEncoder.swift Adopt `Sendable` for Types in `NIOWebSocket` (#2217) 2022-07-05 11:50:55 +01:00
WebSocketOpcode.swift Adopt `Sendable` for Types in `NIOWebSocket` (#2217) 2022-07-05 11:50:55 +01:00
WebSocketProtocolErrorHandler.swift Adopt `Sendable` for Types in `NIOWebSocket` (#2217) 2022-07-05 11:50:55 +01:00