Introduction ============ The dcouple project is a place for experimenting towards an effective implementation of the "signal and slot" call-back concept in D. As the basics have already been illustrated by others, the main contribution of this project will be usage issues (syntax) and performance in a garbage collected system. The ability to break all connections to a particular slot or from a particular signal is essential in this respect, and is reflected in the name of this project. Hopefully, a library will result that can be included into some "standard" library (phobos, deimos, phoenix, whatever) and form the basis of a Qt-like GUI library. Home ==== Dcouple lives at http://dsource.org/projects/dcouple/ Directories =========== ./unmanaged Experiments with Andy Friesen's example. ./managed Managed connections.