Extended Protocol
EventLoop
extension EventLoop
Topics
Instance Methods
func flatten(_:)Returns a newEventLoopFuturethat succeeds only when all the provided futures succeed, ignoring the resolved values.func performWithTask<Value>(() async throws -> Value) -> EventLoopFuture<Value>Run theasyncfunctionbodyon this event loop and return its result as anEventLoopFuture.