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
Can we set the parameter spinning of the runtime.startm function to true by default to make full use of spinning ms to run tasks and avoid additional thread wake up, such as runtime.injectglist and runtime.handoffp?
Proposal Details
Can we set the parameter
spinningof theruntime.startmfunction to true by default to make full use of spinning ms to run tasks and avoid additional thread wake up, such asruntime.injectglistandruntime.handoffp?