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
Yields the thread (or thread pool) of the current coroutine dispatcher to other coroutines to run if possible.
The problem is that it makes an impression that it's applied globally regardless of the current dispatcher. In spite of the last sentence points to the dispatcher-sensitivity, people get confused anyway.
We need to clarify it so people see that the yield function only affects coroutines running on the same dispatcher.
The text was updated successfully, but these errors were encountered:
The
yield
function doc states at the first line:The problem is that it makes an impression that it's applied globally regardless of the current dispatcher. In spite of the last sentence points to the dispatcher-sensitivity, people get confused anyway.
We need to clarify it so people see that the yield function only affects coroutines running on the same dispatcher.
The text was updated successfully, but these errors were encountered: