diff options
author | Dimitris Zlatanidis <d.zlatanidis@gmail.com> | 2016-06-29 22:02:14 +0300 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2016-06-30 16:34:31 +0700 |
commit | 84bcffe9384433ee6933b63ee76d69ef16fc201a (patch) | |
tree | f90f77d5e9196284cfb0f262e5432d7e5a2bd4c4 /python/PyDispatcher/README | |
parent | 24d2b2b2e767ca7e1133cbbfc654dcfcfa903d25 (diff) |
python/PyDispatcher: Added (Mechanism for creating event models).
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
Diffstat (limited to 'python/PyDispatcher/README')
-rw-r--r-- | python/PyDispatcher/README | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/python/PyDispatcher/README b/python/PyDispatcher/README new file mode 100644 index 0000000000000..9f3e1ef3d8133 --- /dev/null +++ b/python/PyDispatcher/README @@ -0,0 +1,3 @@ +PyDispatcher provides the Python programmer with a multiple-producer- +multiple-consumer signal-registration and routing infrastructure for +use in multiple contexts. |