[][src]Crate celery

Modules

amqp
protocol

Defines the celery protocol.

Structs

Celery

A Celery app is used to produce or consume tasks asyncronously.

Error

Any error that can occur while using celery.

Enums

ErrorKind

Error kinds that can occur while using celery.

Traits

Broker
Task

A Task represents a unit of work that a Celery app can produce or consume.