swift-nio-transport-services/Tests/NIOTransportServicesTests
Cory Benfield c7f06384dc Adopt NIOAtomic (#67)
Motivation:

We deprecated Atomic because we made a new, better one. We should use
it.

Modifications:

Replaced all use of Atomic with NIOAtomic.

Result:

Better performance, fewer compiler warnings.
2019-12-10 12:35:02 +00:00
..
NIOTSBootstrapTests.swift Bootstrap: test that returning futures from foreign ELs are okay (#55) 2019-08-16 17:16:14 +01:00
NIOTSConnectionChannelTests.swift Fixup some warnings in the tests. (#63) 2019-10-23 18:25:18 -07:00
NIOTSEndToEndTests.swift Correctly autoRead through the pipeline (#52) 2019-07-23 14:37:49 +01:00
NIOTSEventLoopTests.swift Adopt NIOAtomic (#67) 2019-12-10 12:35:02 +00:00
NIOTSListenerChannelTests.swift Add a bind timeout. (#54) 2019-08-06 11:28:44 +01:00
NIOTSSocketOptionTests.swift Fixup some warnings in the tests. (#63) 2019-10-23 18:25:18 -07:00
NIOTSSocketOptionsOnChannelTests.swift Fixup some warnings in the tests. (#63) 2019-10-23 18:25:18 -07:00