1
0
Fork 0
mirror of https://github.com/librespot-org/librespot.git synced 2025-10-04 02:09:26 +02:00

Move session to tokio over fully

This commit is contained in:
Paul Lietar 2017-01-20 02:37:02 +00:00
parent bf6be73caa
commit d62a154786
6 changed files with 45 additions and 121 deletions

View file

@ -172,7 +172,6 @@ fn main() {
});
thread::spawn(move || spirc.run());
thread::spawn(move || loop { session.poll() });
task
});