WIP sync thread implementation

This commit is contained in:
2025-11-19 11:37:57 +01:00
parent 5bf7c7f8df
commit 07f6544a4a
4 changed files with 61 additions and 4 deletions

View File

@@ -12,4 +12,6 @@ pub enum BroadcastMessage {
APITokenDeleted(APIToken),
/// Request a Matrix sync thread to be interrupted
StopSyncThread(MatrixSyncTaskID),
/// Matrix sync thread has been interrupted
SyncThreadStopped(MatrixSyncTaskID),
}