Storage: Review locking on ObjectDescriptorImpl::OnResume
#15105
Labels
api: storage
Issues related to the Cloud Storage API.
type: cleanup
An internal cleanup or hygiene concern.
The initial implementation reacquires a mutex between starting a new Read() and a new Write() message. We should probably do these atomically, or at least guarantee we use the same stream.
The text was updated successfully, but these errors were encountered: