swift-nio-transport-services/Sources
Cory Benfield 6e8c20ed70 Take advantage of flatSubmit. (#62)
Motivation:

We can remove a couple of unnecessary flatMap { $0 } operations by way
of using flatSubmit, added in NIO 2.9.0.

Modifications:

- Replace flatMap { $0 } with flatSubmit().

Result:

Remove some code noise.
2019-10-23 17:49:32 -07:00
..
NIOTSHTTPClient Make NIO Transport Services available on watchOS 6 (#47) 2019-06-06 22:24:27 -07:00
NIOTSHTTPServer Make NIO Transport Services available on watchOS 6 (#47) 2019-06-06 22:24:27 -07:00
NIOTransportServices Take advantage of flatSubmit. (#62) 2019-10-23 17:49:32 -07:00