summaryrefslogtreecommitdiffstats
path: root/venv/lib/python3.9/site-packages/trio/to_thread.py
diff options
context:
space:
mode:
Diffstat (limited to 'venv/lib/python3.9/site-packages/trio/to_thread.py')
-rw-r--r--venv/lib/python3.9/site-packages/trio/to_thread.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/venv/lib/python3.9/site-packages/trio/to_thread.py b/venv/lib/python3.9/site-packages/trio/to_thread.py
new file mode 100644
index 00000000..6eec7b36
--- /dev/null
+++ b/venv/lib/python3.9/site-packages/trio/to_thread.py
@@ -0,0 +1,2 @@
+from ._threads import to_thread_run_sync as run_sync
+from ._threads import current_default_thread_limiter