[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: GCD Support in CoreBase / CFRunLoop
From: |
Luboš Doležel |
Subject: |
Re: GCD Support in CoreBase / CFRunLoop |
Date: |
Wed, 11 Feb 2015 13:35:37 +0100 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.3.0 |
On 02/07/2015 05:42 PM, David Chisnall wrote:
> What are the extensions? We currently have pluggable implementations
> of NSRunLoop for Windows / *NIX, it would be nice to have an
> implementation that used libdispatch where available, so that we'd
> build the run loop on top of libdispatch (as Apple does), rather than
> trying to build it along side and then integrate it.
>
> David
That is my long-term goal. Or more precisely, build the run loop on top
of CoreBase, which builds on top of libdispatch.
--
Luboš Doležel