Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Do not use the deprecated trio.run_sync_in_worker_thread.
Trio 0.12 deprecated this method in favor of trio.to_thread.run_sync. Now we try to use that if it's avaialable and fall back otherwise.
- Loading branch information