DIP18: Non-GC threads

Piotr Szturmaj bncrbme at jadamspam.pl
Fri Aug 31 17:40:23 PDT 2012


http://www.prowiki.org/wiki4d/wiki.cgi?LanguageDevel/DIPs/DIP18

The proposal is to create a base for safe, non garbage-collected 
threads. This is done by adding nogc attribute for functions. nogc 
functions cannot perform operations that may allocate garbage collected 
memory. They are covariant with gc ones.

Any comments are welcome.


More information about the Digitalmars-d mailing list