mirror of
https://github.com/chatmail/core.git
synced 2026-04-22 16:06:30 +03:00
This is a long running process and there has been at lease one crash in this function. By owning both the context and the provider when waiting we can avoid them being deallocated while we are still using them. To make the BackupProvider clonable this transforms all the errors from it into Strings. These are clonable and how we report most our errors anyway. The Future impl of BackupProvider then turns this into an anyhow::Error so all other code can keep using anyhow as usual.
Delta Chat C Interface
Installation
see Installing libdeltachat system wide in ../README.md
Documentation
To generate the C Interface documentation,
call doxygen in the deltachat-ffi directory
and browse the html subdirectory.
If thinks work, the documentation is also available online at https://c.delta.chat