Describe the Enhancement you want
If all i'm holding if an MutableProxy object, I should be able to directly async with some_obj to take the lock, refresh the object, and make it modifiable. This allows helper methods to work with background tasks/non-mutable state without also passing along a reference to the state.
Describe the Enhancement you want
If all i'm holding if an MutableProxy object, I should be able to directly
async with some_objto take the lock, refresh the object, and make it modifiable. This allows helper methods to work with background tasks/non-mutable state without also passing along a reference to the state.