Sequence
extension Sequence where Iterator.Element: FutureProtocol
-
Chooses the future that is determined first from
self
.Declaration
Swift
public func firstFilled() -> Future<Iterator.Element.Value>