feat: add threadpool for iterator threads, bug fixes, tracing_flame support

This commit is contained in:
Timo Kösters
2021-07-29 08:36:01 +02:00
parent e0072eff63
commit 5e924227b6
26 changed files with 472 additions and 228 deletions

View File

@@ -116,6 +116,7 @@ impl RoomEdus {
}
/// Sets a private read marker at `count`.
#[tracing::instrument(skip(self, globals))]
pub fn private_read_set(
&self,
room_id: &RoomId,