You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: Replace asyncio.to_thread with Python 3.8 compatible code
Use asyncio.get_event_loop().run_in_executor() instead of
asyncio.to_thread() for Python 3.8 compatibility. Added TODO
comments to switch back when Python 3.8 support is dropped.
0 commit comments