swift-nio-transport-services/Tests/NIOTransportServicesTests
Cory Benfield b39e53ad42
Replace Lock with NIOLock (#157)
Motivation:

Lock has been deprecated in favour of NIOLock. Warnings aren't great.

Modifications:

- Replace Lock with NIOLock
- Update the minimum required NIO version to 2.42.0.

Result:

Everything builds cleanly
2022-09-27 13:48:00 +01:00
..
NIOFilterEmptyWritesHandlerTests.swift Clean up imports and dependencies. (#130) 2021-09-14 10:06:42 +01:00
NIOTSBootstrapTests.swift Replace Lock with NIOLock (#157) 2022-09-27 13:48:00 +01:00
NIOTSChannelOptionsTests.swift Clean up imports and dependencies. (#130) 2021-09-14 10:06:42 +01:00
NIOTSConnectionChannelTests.swift Don't close when waiting unless we were asked to. (#149) 2022-06-07 14:36:37 +01:00
NIOTSEndToEndTests.swift Launching Services with existing NWConnection or NWListener objects (#156) 2022-09-21 10:52:08 +01:00
NIOTSEventLoopTests.swift Use `swift-atomics` instead of `NIOAtomics` (#153) 2022-07-07 17:50:28 +01:00
NIOTSListenerChannelTests.swift Clean up imports and dependencies. (#130) 2021-09-14 10:06:42 +01:00
NIOTSSocketOptionTests.swift Clean up imports and dependencies. (#130) 2021-09-14 10:06:42 +01:00
NIOTSSocketOptionsOnChannelTests.swift Clean up imports and dependencies. (#130) 2021-09-14 10:06:42 +01:00
NIOTSWorkaroundTests.swift Use Docc for documentation (#154) 2022-07-29 15:02:01 +01:00