summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_asyncio/test_threads.py
Commit message (Expand)AuthorAgeFilesLines
* bpo-47104: Rewrite asyncio.to_thread tests to use IsolatedAsyncioTestCase (GH...Andrew Svetlov2022-03-231-47/+18
* bpo-32309: Add support for contextvars in asyncio.to_thread() (GH-20278)Kyle Stanley2020-05-211-0/+14
* bpo-32309: Implement asyncio.to_thread() (GH-20143)Kyle Stanley2020-05-191-0/+79