swift-nio/Sources
Cory Benfield e6b8da38b5 Make Scheduled's constructor public. (#290)
Motivation:

You need to be able to implement EventLoop.scheduleTask to implement
your own event loop. EventLoop.scheduleTask requires creating a
Scheduled. Currently, Scheduled has no public initializer.

Modifications:

Make Scheduled's initializer public.

Result:

It will be possible to actually implement EventLoop.
2018-04-06 17:38:21 +02: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 Make Scheduled's constructor public. (#290) 2018-04-06 17:38:21 +02:00
NIOChatClient Prefer passing functions to flatMap 2018-03-19 14:55:53 +01:00
NIOChatServer Fixed minor typos and updated force unwraps. (#273) 2018-04-04 12:57:31 +01:00
NIOConcurrencyHelpers Make use of lock.withLockVoid to simplify code (#242) 2018-03-27 15:22:57 +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 Forbid HTTP protocols other than 1. (#283) 2018-04-06 11:26:32 +01:00
NIOHTTP1Server Fixed minor typos and updated force unwraps. (#273) 2018-04-04 12:57:31 +01:00
NIOPriorityQueue bring back the deprecated NIOPriorityQueue module (#250) 2018-03-28 17:06:05 +01: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 Fixed minor typos and updated force unwraps. (#273) 2018-04-04 12:57:31 +01:00