Skip to content

Commit

Permalink
Update src/darwin/Framework/CHIP/MTRAsyncCallbackWorkQueue.h
Browse files Browse the repository at this point in the history
Co-authored-by: Boris Zbarsky <[email protected]>
  • Loading branch information
jtung-apple and bzbarsky-apple authored Jun 1, 2023
1 parent 2a7e851 commit 1a497cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/darwin/Framework/CHIP/MTRAsyncCallbackWorkQueue.h
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ typedef void (^MTRAsyncCallbackDuplicateCheckHandler)(id opaqueItemData, BOOL *

// Before creating a work item, a client may call this method to check with existing work items that the new potential work item
// data is not a duplicate request. The work queue will then look for all work items matching the duplicate type ID, and call their
// duplicateCheckHandler.
// duplicateCheckHandler with the provided opaqueWorkItemData.
//
// Returns YES if any item's duplicateCheckHandler returns a match.
- (BOOL)isDuplicateForTypeID:(NSUInteger)opaqueDuplicateTypeID workItemData:(id)opaqueWorkItemData;
Expand Down

0 comments on commit 1a497cd

Please sign in to comment.