-
-
Notifications
You must be signed in to change notification settings - Fork 358
Open
Description
I was ok with run_sync_in_worker_thread
having a slightly-awkward name because threads are going to make your life awkward so, you know, it's fair warning. But when you're stuck using threads to hack around missing trio libraries, it can feel like a bit of extra punishment on top, which is not so nice.
Maybe we should rename it to run_sync_in_thread
?
Zac-HD, oremanj, rnovatorov, jxub and shamrin