(loop)
| 308 | _telethon_loop_lock = threading.Lock() |
| 309 | |
| 310 | def _start_background_loop(loop): |
| 311 | asyncio.set_event_loop(loop) |
| 312 | loop.run_forever() |
| 313 | |
| 314 | def get_telethon_loop(): |
| 315 | global telethon_loop, _telethon_thread |
nothing calls this directly
no outgoing calls
no test coverage detected