mirror of
https://github.com/chatmail/core.git
synced 2026-05-06 16:36:59 +03:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user