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
Handle correctly future await from an execute blocking on a virtual thread.
Motivation:
Future#await ensures that we use a virtual thread context to obtain an execute to suspend the virtual thread, however this check also includes execute blocking tasks.
Changes:
When obtaining the worker executor to suspend the current task, ensure that we are on the context thread, so execute blocking tasks are not included.
0 commit comments