Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/cassandra-python-driver
/ handle_fork
Method
handle_fork
cassandra/io/libevreactor.py:252–256 ·
view source on GitHub ↗
(cls)
Source
from the content-addressed store, hash-verified
250
251
@classmethod
252
def
handle_fork(cls):
253
global _global_loop
254
if
_global_loop:
255
_global_loop._cleanup()
256
_global_loop = None
257
258
@classmethod
259
def
create_timer(cls, timeout, callback):
Callers
1
initialize_reactor
Method · 0.45
Calls
1
_cleanup
Method · 0.45
Tested by
no test coverage detected