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
yew::platform is a pseudo-runtime that - at the moment - uses tokio or wasm_bindgen_futures based on the feature flags configured. Since the introduction of #2811, it also contains features that are - while used in Yew - quite unrelated to it.
yew::platform
is a pseudo-runtime that - at the moment - uses tokio or wasm_bindgen_futures based on the feature flags configured. Since the introduction of #2811, it also contains features that are - while used in Yew - quite unrelated to it.It should become it's own independent crate.
Also see: yewstack/prokio#1
The text was updated successfully, but these errors were encountered: