-
Notifications
You must be signed in to change notification settings - Fork 618
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
Tokio migration #581
Tokio migration #581
Conversation
Fix apresolve WIP session [Core] More migration Playing with `ReadExact` and `WriteAll` Add some simple checks Take little steps
…respot into tokio_migration
I'm a bit strapped for time until March, and IIRC @Johannesd3 is in a similar boat? |
PS: I could build with ALSA on my Linux box, but on Windows Rodio fails
|
Sounds good. I am not planning to do very much until March, but the last remaining big thing is It's important that someone who knows more about the audio and playback crates than me looks over it. The comments in playback warned that the It will be hard to merge all changes from dev, the branches already differ very much. Maybe it's better to let them diverge and implement some things in both branches. But this is only acceptable if the migration doesn't last to long. Previously, it was not required that |
Sure, |
@ashthespy i think merging into tokio_migration would be a good idea, are you happy to review and merge this given that this is an extension on the work you started? |
I'm merging this in, it's a WIP branch anyway :-) |
I rebased the old PR (#487) and merged work from #574 into the current tree..
This should fix all the conflicts in both the above PRs, so that progress can be made..
Big thanks to @Johannesd3 for the significant progress and the porting over to tokio 1.0! :-)