MCPcopy
hub / github.com/celery/celery / apply_async

Method apply_async

t/unit/tasks/test_tasks.py:36–37  ·  view source on GitHub ↗
(self, *args, **kwargs)

Source from the content-addressed store, hash-verified

34 return x * y
35
36 def apply_async(self, *args, **kwargs):
37 self.applied += 1
38
39
40class TaskWithPriority(Task):

Calls

no outgoing calls

Tested by

no test coverage detected