Signals and Slots in D

Walter Bright newshound at digitalmars.com
Fri Sep 29 02:02:39 PDT 2006


The problem in general with hiding pointers is that it'll break with a 
moving garbage collector. You could work around this by 'pinning' the 
objects, but pinning objects long term is a bad idea.



More information about the Digitalmars-d mailing list