Skip to content

Class

Application.Queues.TestQueueStorage

final class TestQueueStorage

Topics

Instance Properties

Instance Methods

  • all(_:)
    Returns the payloads of all jobs in the queue having type J.
  • contains(_:)
    Checks whether a job of type J was dispatched to queue
  • first(_:)
    Returns the payload of the first job in the queue having type J.

Relationships

Conforms To

  • Swift.Sendable
  • Swift.SendableMetatype