Understanding the Functionality of `ScopedRef`
What does 
ScopedRef actually do? I assumed it allows to assign different values per scope so that if 4 scoped effects concurrently set 4 different values to the same scoped ref, those values would be available only to those scopes. But looking at the tests didn't quite match with my expectations 