MCPcopy
hub / github.com/celery/celery / is_set

Method is_set

celery/backends/asynchronous.py:45–46  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

43 self.evt = eventlet.Event()
44
45 def is_set(self):
46 return self.evt.ready()
47
48 def set(self):
49 return self.evt.send()

Callers 15

test_runMethod · 0.80
test_startMethod · 0.80
startMethod · 0.80
runMethod · 0.80
loopMethod · 0.80
runMethod · 0.80

Calls 1

readyMethod · 0.45