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 2eba8de commit 2a7e851
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/darwin/Framework/CHIP/MTRAsyncCallbackWorkQueue.h
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,8 @@ typedef void (^MTRAsyncCallbackReadyHandler)(id context, NSUInteger retryCount);
// after the one that was dropped.
typedef void (^MTRAsyncCallbackBatchingHandler)(id opaqueDataCurrent, id opaqueDataNext, BOOL * fullyMerged);

// The duplicate check handler is called by the work queue when the client wishes to verify if a work item is a duplicate of an
// existing one, so that the client can decide to not enqueue the new duplicate. The work queue will
// The duplicate check handler is called by the work queue when the client wishes to check whether a work item is a duplicate of an
// existing one, so that the client can decide to not enqueue the new duplicate.
typedef void (^MTRAsyncCallbackDuplicateCheckHandler)(id opaqueItemData, BOOL * isDuplicate);

// MTRAsyncCallbackQueue high level description
Expand Down

0 comments on commit 2a7e851

Please sign in to comment.