Andrej Mitrovic wrote: >On 9/5/11, Johannes Pfau <[email protected]> wrote: >> I started a std.signal rewrite ~1 year ago: This is what I came up >> with: >> http://dl.dropbox.com/u/24218791/d/src/signals.html >> https://gist.github.com/1194497 > >This actually works great for me since it supports lambdas, I've tried >it and it works. I'll put my sample up on the cairoDSamples repo once >it's done. Thanks for this!
I'm glad it's useful for you. Please note that the disconnect method might not work correctly until http://d.puremagic.com/issues/show_bug.cgi?id=5011 is fixed. (At least one unittest also fails because of that) -- Johannes Pfau
