Update rust sdk : start branching new SyncService (wip)
This commit is contained in:
parent
2488432805
commit
9b96bd427c
10 changed files with 37 additions and 30 deletions
|
|
@ -22,7 +22,7 @@ interface SyncService {
|
|||
/**
|
||||
* Tries to start the sync. If already syncing it has no effect.
|
||||
*/
|
||||
fun startSync(): Result<Unit>
|
||||
suspend fun startSync(): Result<Unit>
|
||||
|
||||
/**
|
||||
* Tries to stop the sync. If service is not syncing it has no effect.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue