Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/cassandra-python-driver
/ wake_loop
Method
wake_loop
cassandra/io/asyncorereactor.py:249–250 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
247
self._thread.start()
248
249
def
wake_loop(self):
250
self._loop_dispatcher.notify_loop()
251
252
def
_run_loop(self):
253
log.debug(
"Starting asyncore event loop"
)
Callers
2
add_timer
Method · 0.95
push
Method · 0.80
Calls
1
notify_loop
Method · 0.45
Tested by
no test coverage detected