TLS for iOS - how to proceed

Jacob Carlborg doob at me.com
Sat Apr 5 02:59:39 PDT 2014


On 2014-04-04 18:57, Dan Olson wrote:

> Apple recommends that iPhone apps don't make use of threads directly and
> use Grand Central Dispatch to manage concurrency. It may be that a
> non-TLS version of D for iOS will work just fine for most uses.

That might be fine for iOS specific code. But libraries not target 
specifically for iOS my expect TLS to be available, since that's what D 
supports.

-- 
/Jacob Carlborg


More information about the digitalmars-d-ldc mailing list