swift-nio-transport-services/Tests/NIOTransportServicesTests
Franz Busch 33620e3181 Implement customization point for `enqueue`
# Motivation
The default implementation of `SerialExecutor` for `EventLoop`s causes a lot of allocations that's why we added a new customization point to allow `EventLoop`s to implement fast paths.

# Modification
This PR adds the customization point to `NIOTSEventLoop`.
2023-10-09 13:57:01 +01:00
..
NIOFilterEmptyWritesHandlerTests.swift State Managed Listeners (#175) 2023-07-09 07:41:03 -04:00
NIOTSBootstrapTests.swift Allow retrieval of metadata from `NWConnection` (#163) 2022-10-19 15:59:33 +01:00
NIOTSChannelMetadataTests.swift Allow retrieval of metadata from `NWConnection` (#163) 2022-10-19 15:59:33 +01:00
NIOTSChannelOptionsTests.swift State Managed Listeners (#175) 2023-07-09 07:41:03 -04:00
NIOTSConnectionChannelTests.swift Don't close when waiting unless we were asked to. (#149) 2022-06-07 14:36:37 +01:00
NIOTSDatagramConnectionChannelTests.swift Avoid race in datagram tests (#185) 2023-09-04 11:28:27 +01:00
NIOTSEndToEndTests.swift Use #fileID/#filePath instead of #file (#164) 2022-10-31 11:59:12 +00:00
NIOTSEventLoopTests.swift Implement customization point for `enqueue` 2023-10-09 13:57:01 +01:00
NIOTSListenerChannelTests.swift Clean up imports and dependencies. (#130) 2021-09-14 10:06:42 +01:00
NIOTSSingletonTests.swift NIOSingletonsTransportServices: Use NIOTS in easy mode (#180) 2023-08-09 03:29:24 -07: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