Skip to content

Extended Protocol

EventLoop

extension EventLoop

Topics

Instance Methods

  • flatten(_:)
    Returns a new EventLoopFuture that succeeds only when all the provided futures succeed, ignoring the resolved values.
  • performWithTask(_:)
    Run the async function body on this event loop and return its result as an EventLoopFuture.