blinker 1.4+dfsg1-ok1 source package in openKylin
Changelog
blinker (1.4+dfsg1-ok1) yangtze; urgency=medium * Build for openKylin. -- openKylinBot <email address hidden> Mon, 25 Apr 2022 22:03:04 +0800
blinker (1.4+dfsg1-ok1) yangtze; urgency=medium * Build for openKylin. -- openKylinBot <email address hidden> Mon, 25 Apr 2022 22:03:04 +0800
Series | Published | Component | Section | |
---|---|---|---|---|
Yangtze V1.0 | release | main | python |
File | Size | SHA-256 Checksum |
---|---|---|
blinker_1.4+dfsg1.orig.tar.gz | 55.5 KiB | 93d0a9c6eb69dff77c736800e76369e5306d7fd61aa57891545c0b512471614e |
blinker_1.4+dfsg1-ok1.debian.tar.xz | 3.3 KiB | 9a1207894d12557108bcfe0169b39c9ea7e5bffe0f6a085a2d873ed5d35e8a4b |
blinker_1.4+dfsg1-ok1.dsc | 2.0 KiB | 3852ba62efae288d2b61cc27e4293294e6a19ef48f235b99f8620177fa9539b0 |
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.
.
This package contains the Python 2 version.
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.
.
This package contains the documentation for blinker.
Blinker provides fast & simple object-to-object and broadcast signaling
for Python objects. Interested signal receivers can subscribe to specific
senders or receive signals sent by any sender.
.
The core of Blinker is quite small but provides powerful features:
* a global registry of named signals
* anonymous signals
* custom name registries
* permanently or temporarily connected receivers
* automatically disconnected receivers via weak referencing
* sending arbitrary data payloads
* collecting return values from signal receivers
* thread safety
.
This package contains the Python 3 version.