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
Hi, the docs state that the select! macro is gated by the async-await feature, however in the code it is in fact gated by std. Can either the docs be updated or the #[cfg(feature = ...)] in the code?
My hope is that the code is wrong, as I'd very much like to be able to use this in a no_std environment.