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
I have searched the existing issues and didn't find my feature already requested there
Feature description
I'd like to be able to call anyio.to_thread.start_blocking_portal(..., thread_name="example name") I'd also like a default name so I know what's going on in threading.enumerate()
Use case
I was porting a bespoke run-trio-in-thread code to BlockingPortal, the original code named their thread - but with a blocking portal I don't have that ability
The text was updated successfully, but these errors were encountered:
Things to check first
Feature description
I'd like to be able to call
anyio.to_thread.start_blocking_portal(..., thread_name="example name")
I'd also like a default name so I know what's going on inthreading.enumerate()
Use case
I was porting a bespoke run-trio-in-thread code to BlockingPortal, the original code named their thread - but with a blocking portal I don't have that ability
The text was updated successfully, but these errors were encountered: