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
Update the docstring to mention the following points:
* Safepoints are very fast, but may still degrade performance in tight
loops
* Safepoints do not trigger the GC, but instead stops a task from
blocking GC that would otherwise run.
* Switch terminology from mentioning 'threads' to 'tasks'
0 commit comments