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
In relation to #631 and discussions on Discord, it would seem beneficial to provide some hinting for spawning tasks that are known to be blocking so that the runtime doesn't have to time out first but directly knows that it should move the task to a new thread.
The text was updated successfully, but these errors were encountered:
In relation to #631 and discussions on Discord, it would seem beneficial to provide some hinting for spawning tasks that are known to be blocking so that the runtime doesn't have to time out first but directly knows that it should move the task to a new thread.
The text was updated successfully, but these errors were encountered: