This document describes the current stable version of Celery (3.1). For development docs, go here.

Source code for celery.utils.dispatch

# -*- coding: utf-8 -*-
from __future__ import absolute_import

from .signal import Signal

__all__ = ['Signal']