Notice: This project is marked as stale. This means that it may work fine, but it
has no file releases or repository commits in over a year. Use your own
discretion when using this project.
A simple module to allow asynchronous processing of small tasks. This module is intended for module/app developers to do things in the background that may take a few seconds, but do not require the user to wait for them. I.e: sending mails in the background, doing image transformations, importing data from csv, generating reports, etc. This is not a module for handling large tasks that need to be divided into chunks, and where progress needs to be monitoried... but for simple asynchronous tasks.