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
#394 added support for attaching Wakers to sockets, which is everything required to allow building async APIs on top of smoltcp. The smoltcp project itself won't be adding further async support due to reasons detailed in that PR.
futures is
#[no_std]
, so it may be worthwhile to implementFuture
forEthernetInterface
if a feature is enabled.The text was updated successfully, but these errors were encountered: