Commit Graph
3 Commits
Author SHA1 Message Date
George Barnett 417278754e Point docs to Swift Package Index (#2353)
Motivation:

The NIO docs are now published on the Swift Package Index but the README
still refers to GitHub pages.

Modifications:

- Update README and other docs to point to Swift Package Index.

Result:

Documentation links work
2023-01-23 06:09:43 -08:00
Johannes Weiss 03aa0bd43e rename Channel._unsafe to Channel._channelCore (#820)
Motivation:

_unsafe is non-descriptive

Modifications:

- rename Channel._unsafe to Channel._channelCore

Result:

clearer API
2019-02-14 14:14:11 +00:00
Johannes Weiss f32f283dd4 declare public API (#673)
Motivation:

SemVer requires us to declare a public API, we should do so for NIO 2.

Modifications:

declare our public API.

Result:

more transparency into our versioning policy.
2019-01-19 14:17:38 +00:00