Lets talk about fibers

via Digitalmars-d digitalmars-d at puremagic.com
Fri Jun 5 10:31:58 PDT 2015


On Friday, 5 June 2015 at 15:18:59 UTC, Dan Olson wrote:
> On TLS and migrating Fibers - these were posted elsewhere, and 
> want to
> make sure that when you read TLS Fiber problem here, it is 
> understood to
> be something that could be solved by compiler solution.

What I meant is that I don't have a use case for TLS in my own 
programs.

I think TLS is primarily useful for runtime-level issues like 
thread local allocators. I either read from global immutables or 
use lock-free datastructures for sharing...


More information about the Digitalmars-d mailing list