This repository was archived by the owner on Jun 27, 2023. It is now read-only.
This repository was archived by the owner on Jun 27, 2023. It is now read-only.
Collection<Future>.flatten with Future.reduce? #154
At the moment we are implementing `flatten ourself in
core/Sources/Async/Future+Flatten.swift
Line 42 in 3b72f2c
We could investigate whether we could replace that with an almost-trivial call to https://github.com/apple/swift-nio/blob/82a6e4d8215660005127547106aa8cf10817cb78/Sources/NIO/EventLoopFuture.swift#L915.