Skip to content

Class

EventLoopFutureQueue

Allows you to queue closures that produce an EventLoopFuture, so each future only gets run if the previous ones complete, succeed, or fail.
final class EventLoopFutureQueue

Topics

Initializers

Instance Properties

Instance Methods

Enumerations

  • enum ContinueCondition
    Under what conditions an appended closure should be run.
  • enum ContinueError
    Errors that get propogated based on a future’s completion status and the next appended closure’s continuation condition.

See Also

EventLoopFuture