-
Notifications
You must be signed in to change notification settings - Fork 342
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
pin to async-task 1.2.1 #670
Comments
@yoshuawuyts |
@k-nasa After talking with folks a bit offline, it seems we'll need to do more work to enable |
@yoshuawuyts Thanks!! |
Possibly in the future; it'd be a lot of work though and I think it's quite experimental still. The shorter term goal would be to get parts of async-std working on no_std. It's am open question of which parts, and how we would approach that. |
I modified some modules (future, task, stream) to work with no_std. ref: #680 |
We should pin
async-task
to 1.2.1 to include async-rs/async-task#15 and async-rs/async-task#16, together addingno_std
support. We should also document how to enableno_std
support inasync_std
.cc/ @skade @jamesmunns
The text was updated successfully, but these errors were encountered: