DIP60: @nogc attribute
Walter Bright via Digitalmars-d
digitalmars-d at puremagic.com
Wed Apr 16 10:38:23 PDT 2014
On 4/16/2014 8:01 AM, qznc wrote:
> However, what is still an open issue is that @nogc can be stopped by allocations
> in another thread. We need threads which are not affected by stop-the-world. As
> far as I know, creating threads via pthreads C API directly achieves that, but
> integration with @nogc could provide more type safety. Stuff for another DIP?
That's a completely separate issue.
More information about the Digitalmars-d
mailing list