swift-nio-transport-services/Sources
Johannes Weiss d68f9d1f8e make NIOTS compile on Linux (#29)
Motivation:

NIOTS will not work on Linux but we can at least make it not fail
compilation when compiled on Linux. That way consumers of the API can
depend on NIOTS but make sure they only use NIOTS when wrapped in a
`#if canImport(Network)` block.

Modification:

Guard everything by `#if canImport(Network)`

Result:

This package will now build on Linux (without providing any useful
code).
2019-03-25 16:49:35 +02:00
..
NIOTSHTTPClient make NIOTS compile on Linux (#29) 2019-03-25 16:49:35 +02:00
NIOTSHTTPServer make NIOTS compile on Linux (#29) 2019-03-25 16:49:35 +02:00
NIOTransportServices make NIOTS compile on Linux (#29) 2019-03-25 16:49:35 +02:00