From bb0294c0e70cd66dfe491c352e6cf5b5d864934a Mon Sep 17 00:00:00 2001 From: fourtysixandtwo Date: Fri, 20 May 2022 15:54:20 +0100 Subject: python/python3-blinker: Added (object-to-object/broadcast signaling) Signed-off-by: Dave Woodfall Signed-off-by: Willy Sudiarto Raharjo --- python/python3-blinker/README | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 python/python3-blinker/README (limited to 'python/python3-blinker/README') 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. -- cgit v1.2.3