MCPcopy
hub / github.com/tornadoweb/tornado / notify_all

Method notify_all

tornado/locks.py:153–155  ·  view source on GitHub ↗

Wake all waiters.

(self)

Source from the content-addressed store, hash-verified

151 future_set_result_unless_cancelled(waiter, True)
152
153 def notify_all(self) -> None:
154 """Wake all waiters."""
155 self.notify(len(self._waiters))
156
157
158class Event:

Callers 3

test_notify_allMethod · 0.95
add_messageMethod · 0.80

Calls 1

notifyMethod · 0.95

Tested by 2

test_notify_allMethod · 0.76