FreeBSD.software
Home/devel/py311-aiosignal

py311-aiosignal

1.4.0

List of registered asynchronous callbacks

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).

Origin: devel/py-aiosignal
Category: devel
Size: 34.1KiB
License: APACHE20
Maintainer: sunpoet@FreeBSD.org
Dependencies: 3 packages
Required by: 1 packages
$pkg install py311-aiosignal

Dependencies (3)

Required By (1 packages)

More in devel