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
Currently, yield is no-op for any dispatcher which returns false for isDispatchNeeded.
But after #704 we can introduce support for yield, which may be useful for dependent unconfined coroutines in a blocking API bridges.
The text was updated successfully, but these errors were encountered:
Currently,
yield
is no-op for any dispatcher which returnsfalse
forisDispatchNeeded
.But after #704 we can introduce support for
yield
, which may be useful for dependent unconfined coroutines in a blocking API bridges.The text was updated successfully, but these errors were encountered: