Previously, fetching those pinned a whole CPU core, and panicked with `called `Option::unwrap()` on a `None` value` here: https://github.com/bikeshedder/deadpool/blob/deadpool-sync-v0.1.2/sync/src/lib.rs#L122 presumably because the high churn in created and dropped futures. Technically we should re-fetch the parent if any space was updated (because `Room::parent_spaces()` checks relationships are reciprocal), but let's do this later
ratatrix
Description
Languages
Rust
100%