Re: using grand central dispatch with c++ for inter-thread communication
site_archiver@lists.apple.com Delivered-To: darwin-dev@lists.apple.com Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:subject:mime-version :content-type:from:in-reply-to:date:cc:content-transfer-encoding :message-id:references:to:x-mailer; bh=3z49aHHOzBOaCpuPkJaEV0XymUEBCc8M2ymRv8Si5Wg=; b=Xkcn/PXFCdNG8zIZ4be5FsYrJQxLk+pLrcrIahdiRbhFC3jUFhdkYvoZxPMBmjE1I6 kOrET2wMnO9sFF6thOikkUleEOfeaaGAWkDCH9j+a1v5UObbrb8AGZLATRDyLe0hSt8x b/wXGje++UQyTquztBeVReWqj91U9PPmLqh2k= Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=subject:mime-version:content-type:from:in-reply-to:date:cc :content-transfer-encoding:message-id:references:to:x-mailer; b=lwCmnh2Z6nH7ckXAMp7ykOcX4QBUBbnJZf1ViSDWOtENp4qBlcFu99Zstzi3yDOuB7 6dtXF8KmoBQqNf6MzcT38o+ogKB+Vm0BsZow56uHxJB3EAGQOW0cR1oCe+UPoS28LoUP SZuCWoKdAbDC21Caw20bELDjkbGfFsQZPDc6Y= On Apr 21, 2010, at 7:26 PM, Kevin Van Vechten wrote:
However, this isn't exactly the "GCD" way of doing things. The true GCD way is to let the dispatch queue *be* the run loop,
I may be wrong but it seemed from reading the source code that run loop _were_ implemented on top of dispatch queues. Is this not so? Thanks, Joel --- http://es.linkedin.com/in/joelreymont http://twitter.com/wagerlabs _______________________________________________ Do not post admin requests to the list. They will be ignored. Darwin-dev mailing list (Darwin-dev@lists.apple.com) Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/darwin-dev/site_archiver%40lists.appl... This email sent to site_archiver@lists.apple.com
participants (1)
-
Joel Reymont