How to query Python event loop monotonic clock resolution

前端 未结 0 1001
醉梦人生
醉梦人生 2021-02-06 11:15

Currently the asyncio event loop simply calls time.monotonic(), so we can easily query the resolution with time.get_clock_info(\'monotonic\').resolution

相关标签:
回答
  • 消灭零回复
提交回复
热议问题