-
Notifications
You must be signed in to change notification settings - Fork 128
Support for std::future and async/await #63
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
Comments
I'd say it would be a good goal to change the |
Tokio master is getting close to the alpha release of tokio-named-pipes for Windows support needs to be refactored by somebody with a Windows computer. |
Spent the day to at least get the types right. I guess I'll be working on this at least for now... |
So spent a couple of days to see how much work it would be to have Client/Transaction taking |
@blackbeam do you think this is something you'll have the spare cycles to take on any time soon? |
Some learnings from those two days of work I did a couple of months ago, and reading what @sfackler has done in the std-futures branch in tokio-postgres:
|
I'm doing a very direct port over at #71. I'm avoiding rearchitecting as much as I can, and instead doing a mostly mechanical transformation. Seems to be going okay so far, but I'm not quite done yet (need tokio-rs/tokio#1537 for example). There are definitely a bunch of places the codebase could be improved (in particular, a bunch of |
Uh oh!
There was an error while loading. Please reload this page.
std::future
is now in 1.36.0 and async/await is going to (hopefully) be stabilized in 1.38.0. Opening up this issue to track progress on upgrading mysql_async to the new syntax.Is anybody working on this already? We might be able to put some hours to the refactoring in Prisma later on.
The text was updated successfully, but these errors were encountered: