IOSAD-157 Mark as internal

IOSAD-157
Dirk Zimmermann 3 years ago
parent f03fdd2c4b
commit 4dfefc2e37

@ -31,11 +31,11 @@
return self;
}
/// A block that gets called to modify the queue model.
/// A block that gets called to modify the queue model (internal).
typedef void (^queueOp)(NSMutableArray *queue);
/// Lock the queue and calls the given block.
/// @param block The block to invoke once the queue is locked.
/// @param block The block to invoke once the queue is locked (internal).
- (void)lockQueueAndUpdateWithBlock:(queueOp)block
{
[_cond lock];

Loading…
Cancel
Save