swift-nio-transport-services/Sources
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
..
NIOTSHTTPClient Clean up imports and dependencies. (#130) 2021-09-14 10:06:42 +01:00
NIOTSHTTPServer Clean up imports and dependencies. (#130) 2021-09-14 10:06:42 +01:00
NIOTransportServices Implement customization point for `enqueue` 2023-10-09 13:57:01 +01:00