mirror of
https://github.com/librespot-org/librespot.git
synced 2024-12-18 17:11:53 +00:00
core API: MercuryManager.request()
This commit is contained in:
parent
ea597361ff
commit
0ed4fb1c68
1 changed files with 1 additions and 1 deletions
|
@ -51,7 +51,7 @@ impl MercuryManager {
|
||||||
seq
|
seq
|
||||||
}
|
}
|
||||||
|
|
||||||
pub fn request(&self, req: MercuryRequest) -> MercuryFuture<MercuryResponse> {
|
fn request(&self, req: MercuryRequest) -> MercuryFuture<MercuryResponse> {
|
||||||
let (tx, rx) = oneshot::channel();
|
let (tx, rx) = oneshot::channel();
|
||||||
|
|
||||||
let pending = MercuryPending {
|
let pending = MercuryPending {
|
||||||
|
|
Loading…
Reference in a new issue