Skip to content

Commit

Permalink
Address review comment.
Browse files Browse the repository at this point in the history
  • Loading branch information
bzbarsky-apple committed Nov 3, 2022
1 parent c0bc386 commit 60642ce
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/darwin/Framework/CHIP/MTRStorage.h
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ NS_ASSUME_NONNULL_BEGIN
/**
* This protocol is used by the Matter framework to read and write storage.
*
* All storage methods will be called on a single internal work queue (so the
* implementation does not need to worry about reads and writes racing).
* The Matter framework may call storage methods from arbitrary threads, but
* will not call storage methods concurrently.
*/
MTR_NEWLY_AVAILABLE
@protocol MTRStorage <NSObject>
Expand Down

0 comments on commit 60642ce

Please sign in to comment.