namespace Drupal\Core\Queue

Classsort ascending Location Description
System drupal/core/lib/Drupal/Core/Queue/System.php Default queue implementation.
ReliableQueueInterface drupal/core/lib/Drupal/Core/Queue/ReliableQueueInterface.php Reliable queue interface.
QueueInterface drupal/core/lib/Drupal/Core/Queue/QueueInterface.php Interface for a queue.
Memory drupal/core/lib/Drupal/Core/Queue/Memory.php Static queue implementation.
BatchMemory drupal/core/lib/Drupal/Core/Queue/BatchMemory.php Defines a batch queue handler used by the Batch API for non-progressive batches.
Batch drupal/core/lib/Drupal/Core/Queue/Batch.php Defines a batch queue handler used by the Batch API.