MCPcopy Create free account
hub / github.com/eternnoir/pyTelegramBotAPI / scheduler

Function scheduler

examples/asynchronous_telebot/timer_bot_async.py:41–44  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

39
40
41async def scheduler():
42 while True:
43 await aioschedule.run_pending()
44 await asyncio.sleep(1)
45
46
47async def main():

Callers 1

mainFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…