slackbuilds_ponce/python/python3-blinker/README
fourtysixandtwo bb0294c0e7
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>
2022-05-21 08:25:24 +07:00

5 lines
217 B
Text

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.