mirror of
https://github.com/chatmail/core.git
synced 2026-05-05 22:36:30 +03:00
feat(imex): Cancel BackupProvider when dropped (#4242)
This ensures that the BackupProvider will be stopped as soon as the struct is dropped and the imex progress error event is emitted. This makes it easier to use and also makes sure that the ffi call dc_backup_provider_unref() does not lead to dangling resources.
This commit is contained in:
committed by
GitHub
parent
5be558ea68
commit
943c8a1ab3
1
Cargo.lock
generated
1
Cargo.lock
generated
@@ -1202,6 +1202,7 @@ dependencies = [
|
||||
"tokio-io-timeout",
|
||||
"tokio-stream",
|
||||
"tokio-tar",
|
||||
"tokio-util",
|
||||
"toml",
|
||||
"trust-dns-resolver",
|
||||
"url",
|
||||
|
||||
Reference in New Issue
Block a user