Evaluate `crate::service::globals::Service::stateres_mutex`
I'm labeling this as a bug because it currently doesn't work as intended (the lock method is never awaited so a lock guard is never acquired). We should:
- Fix it
- Measure the hits and misses on this cache1 (see also #13 (closed))
- On a branch, remove it and measure again
- Decide whether to leave it fixed or remove it based on the results