Results 1 issues of peyton

Hey, this PR adds thin wrappers for `dispatch_suspend` and `dispatch_resume` to `GCDQueue`. One gotcha with `dispatch_suspend` is that it must be balanced with a call to `dispatch_resume` before the queue...