Plain and straightforward implementation of the Observer Design Pattern using Signals and Slots.
It is written in D Programming Language and for D Programming Language (D have in mind D2).
ab.signal distributed under the terms of the MIT License. You can read the MIT License in the LICENSE file in the ab.signal root directory or on the Open Source Initiative website: http://www.opensource.org/licenses/MIT
To build the library:
cd <path to ab.signal dir>
dub
To build test application:
cd <path to ab.signal dir>/test_app
dub
You can build ab.signal test application and use it as an example of how to use ab.signal. Sources for test application are in 'test_app/src' subfolder.
You can find autogenerated ddoc documentation in 'ddoc' subfolder.
Stanislav Demyanovich:
- mailto: [email protected]
I accept any comments/criticism.