diff options
| author | Youri Ackx <youri@sugoi.be> | 2021-01-29 14:36:38 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-01-29 14:36:38 +0100 |
| commit | b5e9f0629200d2b2f62e13e595b802948bb4fefb (patch) | |
| tree | 4741857fe53c5500487894c2e3c9ff9c4ee2ce3b /README.md | |
| parent | 904d8d3803e84257c08526e9047474215aa1c976 (diff) | |
| parent | c7b83a18a54efa9e08a9446e2d16956ee5fe353b (diff) | |
| download | blinker-master.tar.gz | |
Merge pull request #18 from jek/feature/send-asyncmaster
Adds Signal.send_async for asyncio
Author: @jek
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -9,6 +9,9 @@ interested parties to subscribe to events, or "signals". Signal receivers can subscribe to specific senders or receive signals sent by any sender. +It supports dispatching to an arbitrary mix of connected +coroutines and receiver functions. + ```python >>> from blinker import signal >>> started = signal('round-started') |
