fixes after review

This commit is contained in:
Alexey Shekhirin 2021-04-08 16:35:28 +03:00
parent 698a1ea582
commit ae1655586c
No known key found for this signature in database
GPG key ID: AF9A26AA133B5B98
9 changed files with 56 additions and 89 deletions

View file

@ -52,5 +52,4 @@ pub trait UpdateActorHandle {
data: mpsc::Receiver<PayloadData<Self::Data>>,
uuid: Uuid,
) -> Result<UpdateStatus>;
async fn is_locked(&self, uuid: Uuid) -> Result<bool>;
}