root/trunk/Readme.txt

Revision 29, 0.8 kB (checked in by veelo, 4 years ago)

Updated dir lay-out.

Line 
1 Introduction
2 ============
3
4 The dcouple project is a place for experimenting towards an effective
5 implementation of the "signal and slot" call-back concept in D. As the basics
6 have already been illustrated by others, the main contribution of this project
7 will be usage issues (syntax) and performance in a garbage collected system. The
8 ability to break all connections to a particular slot or from a particular
9 signal is essential in this respect, and is reflected in the name of this
10 project. Hopefully, a library will result that can be included into some
11 "standard" library (phobos, deimos, phoenix, whatever) and form the basis of a
12 Qt-like GUI library.
13
14  
15 Home
16 ====
17
18 Dcouple lives at http://dsource.org/projects/dcouple/
19
20
21 Directories
22 ===========
23
24 ./unmanaged
25     Experiments with Andy Friesen's example.
26    
27 ./managed
28     Managed connections.
Note: See TracBrowser for help on using the browser.