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
Trying out the pair1_async example after installing Trio (latest = 0.12.0) i got the message ...
TrioDeprecationWarning: trio.run_sync_in_worker_thread is deprecated since Trio 0.12.0; use trio.to_thread.to_thread_run_sync instead (python-trio/trio#810)
but be aware that deprecated suggestion is wrong, due to trio/to_thread importing the function as run_sync() so the updated line should be
Trying out the pair1_async example after installing Trio (latest = 0.12.0) i got the message ...
but be aware that deprecated suggestion is wrong, due to trio/to_thread importing the function as run_sync() so the updated line should be
The text was updated successfully, but these errors were encountered: