Anonymous mapped regions increases unlimitely on spawn

unDEFER undefer at gmail.com
Fri Dec 14 20:29:46 UTC 2018


So more digging..
dtor of Thread calls in GC.collect() if thread is finished.
But it's do nothing because

bool not_registered = !next && !prev && (sm_tbeg !is this);

is always true... So how to register the thread?


More information about the Digitalmars-d-learn mailing list