Core Namespaces
-
A namespace for types and convenience methods related to futures.
For details on futures, see
See moreFutureProtocol
.Declaration
Swift
public enum Future
-
A namespace for types and convenience methods related to streams.
For details on streams, see
See moreStreamProtocol
.Declaration
Swift
public enum Stream
-
A namespace for types and convenience methods related to sinks.
For details on sinks, see
See moreSinkProtocol
.Declaration
Swift
public enum Sink
-
A namespace for types and convenience methods related to channels.
For details on channels, see
See moreChannelProtocol
.Declaration
Swift
public enum Channel