python3-aiosignal

manage callbacks in asyncio projects

Description

Signal is a list of registered asynchronous callbacks.

The signal's life-cycle has two stages: after creation its content could be filled by using standard list operations: `sig.append()` etc.

After you call `sig.freeze()` the signal is frozen: adding, removing and dropping callbacks is forbidden.

The only available operation is calling the previously registered callbacks by using `await sig.send(data)`.

Upload more screenshots

Please help extend the collection of screenshots. Just make a screenshot and upload it here. You don't need to register or anything.

Upload a screenshot

Hint: upload an image here from your clipboard with Ctrl-V


Homepage

https://github.com/aio-libs/aiosignal


Install this software package

If the package is available for the distribution you are currently using on your computer then install the software by clicking on…

Install python3-aiosignal