EventLoopFuture
final class EventLoopFuture<T>
-
Undocumented
Declaration
Swift
public func thenThrowingFuture<U>(_ callback: @escaping (T) throws -> EventLoopFuture<U>) -> EventLoopFuture<U> -
Undocumented
Declaration
Swift
public static func accumulating<T>(futures: [EventLoopFuture<T>], eventLoop: EventLoop) -> EventLoopFuture<[T]>
View on GitHub
EventLoopFuture Extension Reference