aboutsummaryrefslogtreecommitdiff
path: root/python/python3-blinker/README
diff options
context:
space:
mode:
authorfourtysixandtwo <fourtysixandtwo@sliderr.net>2022-05-20 15:54:20 +0100
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2022-05-21 08:25:24 +0700
commitbb0294c0e70cd66dfe491c352e6cf5b5d864934a (patch)
treee6545d68f05372fcc41b68be0fa8411bb3a6db23 /python/python3-blinker/README
parentaf19ccdebf2b5d50c17bc37fbb1270f79b04bbc1 (diff)
python/python3-blinker: Added (object-to-object/broadcast signaling)
Signed-off-by: Dave Woodfall <dave@slackbuilds.org> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/python3-blinker/README')
-rw-r--r--python/python3-blinker/README5
1 files changed, 5 insertions, 0 deletions
diff --git a/python/python3-blinker/README b/python/python3-blinker/README
new file mode 100644
index 0000000000..3ae99e2285
--- /dev/null
+++ b/python/python3-blinker/README
@@ -0,0 +1,5 @@
+Blinker provides a fast dispatching system that allows any number of
+interested parties to subscribe to events, or "signals".
+
+Signal receivers can subscribe to specific senders or receive signals
+sent by any sender.