Backwards compatible callback APIs
If your code lets other people supply callback functions, it's important to specify the function signature you expect, and check that functions support that. Adding extra parameters later would break other peoples code unless you're careful. backcall provides a way of specifying the callback signature using a prototype function
$
pkg install py311-backcallOrigin
devel/py-backcall
Size
105KiB
License
BSD3CLAUSE
Maintainer
farrokhi@FreeBSD.org
Dependencies
1 packages
Required by
0 packages