mirror of
https://github.com/johrpan/musicus.git
synced 2025-10-27 04:07:25 +01:00
import: Switch to tokio channels
This commit is contained in:
parent
2922c17a86
commit
e43486367b
3 changed files with 4 additions and 4 deletions
|
|
@ -1,9 +1,9 @@
|
|||
use crate::{disc, folder};
|
||||
use crate::error::Result;
|
||||
use futures_channel::oneshot;
|
||||
use std::path::PathBuf;
|
||||
use std::thread;
|
||||
use std::sync::Arc;
|
||||
use tokio::sync::oneshot;
|
||||
|
||||
/// Interface for importing audio tracks from a medium or folder.
|
||||
pub struct ImportSession {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue