refactor: Replace std Mutex with parking_lot

This commit is contained in:
Jade Ellis
2025-07-19 20:36:27 +01:00
parent 0631094350
commit 30a8c06fd9
12 changed files with 44 additions and 59 deletions
+1
View File
@@ -28,6 +28,7 @@ pub use info::{
pub use matrix::{
Event, EventTypeExt, Pdu, PduCount, PduEvent, PduId, RoomVersion, pdu, state_res,
};
pub use parking_lot::{Mutex as SyncMutex, RwLock as SyncRwLock};
pub use server::Server;
pub use utils::{ctor, dtor, implement, result, result::Result};