swift-nio/Sources
David Evans 97919c94f9
Better error type for inactive thread pools (#1787)
* Better error type for inactive thread pools

* Soundness

* Typos

* PR comments

* Defer ELG shutdown

* Remove redundant try
2021-03-22 10:01:39 +00:00
..
CNIOAtomics CNIOAtomics: define types for `uintptr_t` and `intptr_t` (#1401) 2020-02-26 17:07:39 +00:00
CNIODarwin Avoid including non-modular headers. (#1605) 2020-07-31 09:57:25 +01:00
CNIOHTTPParser Update http-parser for CVE. (#1387) 2020-02-10 16:44:44 +00:00
CNIOLinux Update and finish Android port. (#1695) 2020-11-27 11:16:11 +00:00
CNIOSHA1 Final language fix (#1732) 2021-01-22 18:39:10 +00:00
CNIOWindows NIO: extract control message handling into a separate protocol (#1678) 2020-10-19 16:18:57 +01:00
NIO Better error type for inactive thread pools (#1787) 2021-03-22 10:01:39 +00:00
NIOChatClient ByteBuffer: add convenience initialisers (#1533) 2020-06-04 21:02:11 +01:00
NIOChatServer ByteBuffer: add convenience initialisers (#1533) 2020-06-04 21:02:11 +01:00
NIOConcurrencyHelpers Correct the behavior comment for the Windows implementation of `Lock.deinit`. Add a Windows-specific note to `Lock`'s documentation comment. Trim spurious semicolons appearing in `Lock.init()`. (#1582) 2020-06-30 08:36:05 +01:00
NIOCrashTester TSan is still broken on != Ubuntu 16.04 (#1764) 2021-02-24 08:41:27 +00:00
NIOEchoClient ByteBuffer: add convenience initialisers (#1533) 2020-06-04 21:02:11 +01:00
NIOEchoServer Adjust names of BSDSocket option values. (#1510) 2020-05-11 15:13:58 +01:00
NIOFoundationCompat Support writing ContiguousBytes and DataProtocol to ByteBuffers (#1615) 2020-08-12 08:04:52 +01:00
NIOHTTP1 Make HTTP Parser import implementationOnly (#1776) 2021-03-09 12:18:33 +00:00
NIOHTTP1Client Add static vars for common HTTP versions (#1723) 2021-01-19 17:27:02 +00:00
NIOHTTP1Server Adjust names of BSDSocket option values. (#1510) 2020-05-11 15:13:58 +01:00
NIOMulticastChat Replace NIONetworkInterface with NIONetworkDevice. (#1622) 2020-08-24 09:37:27 +01:00
NIOPerformanceTester B2MD: Don't try to reclaim if continuing to parse (#1733) 2021-01-29 17:03:04 +00:00
NIOTLS Make language more welcoming (#1728) 2021-01-21 12:45:46 +00:00
NIOTestUtils Add assertion helpers for NIOHTTP1TestServer (#1760) 2021-03-03 10:20:55 +00:00
NIOUDPEchoClient ByteBuffer: add convenience initialisers (#1533) 2020-06-04 21:02:11 +01:00
NIOUDPEchoServer NIOUDPServer use AddressedEnvelope as InboundIn and OutboundOut (#1666) 2020-10-02 17:08:54 +01:00
NIOWebSocket ByteToMessageDecoder: Default implementation for decodeLast should be provided (#1426) 2020-03-04 16:22:06 +00:00
NIOWebSocketClient Host header is requires for HTTP/1.1 (#1740) 2021-02-02 15:14:12 +00:00
NIOWebSocketServer Add static vars for common HTTP versions (#1723) 2021-01-19 17:27:02 +00:00
_NIO1APIShims CircularBuffer: shrink indices to 1 word on 64-bit archs 2019-03-15 21:48:52 +00:00