Add dc_event_emitter_close() API

dc_event_emitter_close() can be used to terminate
event loop from another thread without dereferencing the
context which may be in use by the event loop at the same time.
This commit is contained in:
link2xt
2022-05-03 18:14:22 +00:00
parent 95a54a43ff
commit eb3242e077
4 changed files with 31 additions and 2 deletions

View File

@@ -2,6 +2,9 @@
## 1.79.0
### API-Changes
- add `dc_event_emitter_close()` to termitate event loops in a thread-safe way
### Changes
- Send locations in the background regardless of SMTP loop activity #3247
- refactorings #3268