# 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`. |
||
|---|---|---|
| .. | ||
| NIOTSHTTPClient | ||
| NIOTSHTTPServer | ||
| NIOTransportServices | ||