mirror of
https://github.com/meilisearch/MeiliSearch
synced 2025-07-04 20:37:15 +02:00
fixes after review
This commit is contained in:
parent
698a1ea582
commit
ae1655586c
9 changed files with 56 additions and 89 deletions
|
@ -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>;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue