mirror of
https://github.com/matrix-org/matrix-rust-sdk.git
synced 2026-04-25 01:28:21 -04:00
The mutex used for the `homeserver` field is very short-lived, so use a std mutex instead, which makes a few methods sync instead of async.