batch.queue.inc

Queue handlers used by the Batch API.

These implementations:

  • Ensure FIFO ordering.
  • Allow an item to be repeatedly claimed until it is actually deleted (no notion of lease time or 'expire' date), to allow multipass operations.

File

includes/batch.queue.inc

Classes

Name Description
BatchMemoryQueue Defines a batch queue for non-progressive batches.
BatchQueue Defines a batch queue.

© 2001–2016 by the original authors
Licensed under the GNU General Public License, version 2 and later.
Drupal is a registered trademark of Dries Buytaert.
https://api.drupal.org/api/drupal/includes!batch.queue.inc/7.x