Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement Future for EthernetInterface #208

Closed
dlrobertson opened this issue May 14, 2018 · 2 comments
Closed

Implement Future for EthernetInterface #208

dlrobertson opened this issue May 14, 2018 · 2 comments

Comments

@dlrobertson
Copy link
Collaborator

futures is #[no_std], so it may be worthwhile to implement Future for EthernetInterface if a feature is enabled.

@whitequark
Copy link
Contributor

👍

@Dirbaio
Copy link
Member

Dirbaio commented Jan 6, 2021

#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.

@Dirbaio Dirbaio closed this as completed Jan 6, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

No branches or pull requests

3 participants