Skip to content

Commit

Permalink
documenting -label for CWBlockQueue
Browse files Browse the repository at this point in the history
  • Loading branch information
Machx committed Mar 5, 2012
1 parent 55f3dce commit 91136e9
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Source/CWBlockQueue.m
Expand Up @@ -138,6 +138,11 @@ -(dispatch_queue_t)_getDispatchQueueWithType:(NSInteger)type
return queue;
}

/**
Returns the Queue Label from the Queues GCD Queue
@return a NSString with the queue label or nil.
*/
-(NSString *)label
{
if ([self queue]) {
Expand Down

0 comments on commit 91136e9

Please sign in to comment.