MCPcopy Create free account
hub / github.com/CScorza/IntelOSINT / _start_background_loop

Function _start_background_loop

IntelOSINT.py:310–312  ·  view source on GitHub ↗
(loop)

Source from the content-addressed store, hash-verified

308_telethon_loop_lock = threading.Lock()
309
310def _start_background_loop(loop):
311 asyncio.set_event_loop(loop)
312 loop.run_forever()
313
314def get_telethon_loop():
315 global telethon_loop, _telethon_thread

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected