Skip to content

Implementation of the Observer Design Pattern written in & for D programming language.

License

Notifications You must be signed in to change notification settings

Mezozoysky/ab.signal

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ab.signal

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).


License

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


Build

To build the library:

    cd <path to ab.signal dir>
    dub

To build test application:

    cd <path to ab.signal dir>/test_app
    dub

Example

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.

Documantation

You can find autogenerated ddoc documentation in 'ddoc' subfolder.


Contacts

Stanislav Demyanovich:

I accept any comments/criticism.

About

Implementation of the Observer Design Pattern written in & for D programming language.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages