Skip to content

Commit

Permalink
Merge pull request objcio#74 from valeriyvan/patch-1
Browse files Browse the repository at this point in the history
Fix for dispatch_group_t in header
  • Loading branch information
chriseidhof committed Nov 20, 2014
2 parents 2c3b7c6 + 04ffd70 commit 379a250
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 2013-07-07-low-level-concurrency-apis.md
Original file line number Diff line number Diff line change
Expand Up @@ -346,7 +346,7 @@ Also note how we're switching between different queues in this small and simple



### Using dispatch_group_t with Existing API
### Using dispatch\_group\_t with Existing API

Once you've added groups to your tool belt, you'll be wondering why most async API doesn't take a `dispatch_group_t` as an optional argument. But there's no reason to despair: It's easy to add that yourself, although you have to be more careful to make sure your code is *balanced*.

Expand Down

0 comments on commit 379a250

Please sign in to comment.