This commit is contained in:
Erik Johnston
2026-07-28 11:20:34 +01:00
parent 865a008a86
commit 6a54271866
2 changed files with 1 additions and 1 deletions
-1
View File
@@ -1 +0,0 @@
Refactor how the Rust side of Synapse is tied to the reactor: per-homeserver Rust state (the tokio runtime and reactor handle) now lives in a `RustRuntime` object owned by the `HomeServer`, instead of being stashed in an attribute on the reactor.
+1
View File
@@ -0,0 +1 @@
Refactor Rust code have a single place to store per-reactor state.