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
As long as we are now on tokio, async-std is redundant dependency and should be removed.
Beware that all spawn, spawn_blocking, block_on etc should use proper ZRuntime executors!
The text was updated successfully, but these errors were encountered:
Describe the feature
As long as we are now on tokio, async-std is redundant dependency and should be removed.
Beware that all
spawn
,spawn_blocking
,block_on
etc should use proper ZRuntime executors!The text was updated successfully, but these errors were encountered: