Skip to content

Protocol

AsyncQueue

protocol AsyncQueue : Queue

Topics

Instance Properties

Instance Methods

  • clear(_:)
    Removes a job from the queue
  • get(_:)
    Gets the next job to be run
  • pop()
    Pops the next job in the queue
  • push(_:)
    Pushes the next job into a queue
  • set(_:to:)
    Sets a job that should be run in the future

Relationships

Inherits From

  • Queue
  • Swift.Sendable
  • Swift.SendableMetatype