MCPcopy 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_reactorMethod · 0.45

Calls 1

_cleanupMethod · 0.45

Tested by

no test coverage detected