swift-nio/Sources
Tim a0b7f646fb Fixes build issue on 4.1 (#229)
Motivation:

Resolves #228

Modifications:

Remove type information in empty closure fixed build warning with compiler suggestion

Result:

No API changes, no issues building on 4.1!
2018-03-23 16:28:43 +00:00
..
CNIOAtomics don't use _Nonnull for clang 3.6 (#147) (#154) 2018-03-14 22:11:17 +09:00
CNIODarwin Add a pending datagram writes manager 2018-02-14 15:32:31 +00:00
CNIOHTTPParser add license headers for shell scripts (#135) 2018-03-12 17:12:47 +00:00
CNIOLinux use accept4 and SOCK_NONBLOCK on Linux (#124) 2018-03-12 20:12:20 +01:00
CNIOSHA1 Add initial websocket codec. (#109) 2018-03-13 17:24:54 +01:00
CNIOZlib Add HTTP streaming compressor 2017-12-15 09:50:12 +00:00
NIO Fixes build issue on 4.1 (#229) 2018-03-23 16:28:43 +00:00
NIOChatClient Prefer passing functions to flatMap 2018-03-19 14:55:53 +01:00
NIOChatServer Prefer passing functions to flatMap 2018-03-19 14:55:53 +01:00
NIOConcurrencyHelpers properly destroy pthread mutex and cond (#133) 2018-03-12 17:54:03 +01:00
NIOEchoClient Prefer passing functions to flatMap 2018-03-19 14:55:53 +01:00
NIOEchoServer Prefer passing functions to flatMap 2018-03-19 14:55:53 +01:00
NIOFoundationCompat Remove return when possible. (#122) 2018-03-11 22:47:29 +09:00
NIOHTTP1 Changed EventLoop{Future,Promise}<()> occurances to EventLoop{Future,Promise}<Void> (#211) (#219) 2018-03-22 17:36:10 +01:00
NIOHTTP1Server Changed EventLoop{Future,Promise}<()> occurances to EventLoop{Future,Promise}<Void> (#211) (#219) 2018-03-22 17:36:10 +01:00
NIOPriorityQueue Refactor PriorityQueue ==. (#183) 2018-03-17 01:56:15 +09:00
NIOTLS Prefer if case over switch 2018-03-19 14:45:32 +01:00
NIOWebSocket Add initial websocket codec. (#109) 2018-03-13 17:24:54 +01:00
NIOWebSocketServer Fixes build issue on 4.1 (#229) 2018-03-23 16:28:43 +00:00