Channels for tasks?

Jacob Carlborg doob at me.com
Thu Jul 18 23:35:49 PDT 2013


On 2013-07-18 21:08, Sean Kelly wrote:

> We already do in-library TLS for OSX and so it shouldn't be terribly difficult to use this logic for fibers, but things get tricky once you consider dynamic libraries.

To be able to support dynamic libraries and TLS on Mac OS X we will most 
likely need to switch to the native implementation of TLS, supported in 
Mac OS X 10.7 and later. Or we would have to copy/mimic the TLS related 
code from the dynamic loader into druntime.

-- 
/Jacob Carlborg


More information about the Digitalmars-d mailing list