On Fri, Jan 27, 2012 at 3:52 PM, Jens Alfke <[email protected]> wrote: > I think you've got it backwards. You're assuming I've got a dispatch queue > and want to know the thread. But what I've actually got is a thread and I > want a dispatch queue that will run on that thread (in synchrony with the > runloop.)
This doesn't make sense. Runloops don't drive dispatch queues, except for the main thread's runloop which runs the main queue. (If anyone has proof to the contrary, I would very much welcome it.) --Kyle Sluder _______________________________________________ Cocoa-dev mailing list ([email protected]) Please do not post admin requests or moderator comments to the list. Contact the moderators at cocoa-dev-admins(at)lists.apple.com Help/Unsubscribe/Update your Subscription: https://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com This email sent to [email protected]
