Skip to content

Commit

Permalink
Comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Adlai-Holler committed Mar 3, 2019
1 parent 12a0911 commit f33e4c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/ASRunLoopQueue.mm
Original file line number Diff line number Diff line change
Expand Up @@ -440,7 +440,7 @@ - (void)processQueue
_internalQueue.swap(_batchBuffer);
CFSetRemoveAllValues(_internalQueueHashSet);

// Unlock early. We are done with internal queue, and reusable queue is main-thread-only.
// Unlock early. We are done with internal queue, and batch buffer is main-thread-only so no lock.
l.release();

for (const id<ASCATransactionQueueObserving> &value : _batchBuffer) {
Expand Down

0 comments on commit f33e4c9

Please sign in to comment.