Skip to content

Type Method

whenTheySucceed(_:_:_:file:line:)

static func whenTheySucceed<A, B, C>(_ fA: EventLoopFuture<A>, _ fB: EventLoopFuture<B>, _ fC: EventLoopFuture<C>, file: StaticString = #file, line: UInt = #line) -> EventLoopFuture<(A, B, C)> where Value == (A, B, C)

See Also

EventLoopFuture