dubailkak.blogg.se

FastCopy 5.2 instal the last version for apple
FastCopy 5.2 instal the last version for apple









FastCopy 5.2 instal the last version for apple

This provides a number of helpers for testing projects that use SwiftNIO.īelow you can find a list of a few protocol implementations that are done with SwiftNIO. This provides a low-level WebSocket protocol implementation. This provides a low-level HTTP/1.1 protocol implementation. Note that this doesn't provide TLS itself: please investigate swift-nio-ssl and swift-nio-transport-services for concrete implementations.

FastCopy 5.2 instal the last version for apple

This provides a few common abstraction types for working with multiple TLS implementations. If you are working with Foundation data types such as Data, you should import this. This extends a number of NIO types for better interoperation with Foundation data types. This provides a few low-level concurrency primitives that are used by NIO implementations, such as locks and atomics. These are most often used for testing, but can also be used to drive protocol implementations in a way that is decoupled from networking altogether. This provides EmbeddedChannel and EmbeddedEventLoop, implementations of the NIOCore abstractions that provide fine-grained control over their execution. In general, this should only be imported by projects that plan to do some actual I/O, such as high-level protocol implementations or applications. This is our high performance core I/O layer. This provides the primary, EventLoop, and Channels for use on POSIX-based systems. Most NIO extension projects that provide things like new EventLoops and Channels or new protocol implementations should only need to depend on NIOCore. This provides the core abstractions and types for using SwiftNIO (see "Conceptual Overview" for more details). This is an umbrella module exporting NIOCore, NIOEmbedded and NIOPosix. This package contains the following products: Within this repository we have a number of products that provide different functionality.

FastCopy 5.2 instal the last version for apple

The SwiftNIO project is split across multiple repositories: Repositoryįirst-class support for macOS, iOS, tvOS, and watchOS SwiftNIO is a cross-platform asynchronous event-driven network application frameworkįor rapid development of maintainable high performance protocol servers & clients.











FastCopy 5.2 instal the last version for apple