]> git.ipfire.org Git - thirdparty/strongswan.git/commit
vici: Export timeout in event listener of Python bindings python-decorators
authorTobias Brunner <tobias@strongswan.org>
Fri, 3 Oct 2025 09:42:11 +0000 (11:42 +0200)
committerTobias Brunner <tobias@strongswan.org>
Fri, 3 Oct 2025 10:38:20 +0000 (12:38 +0200)
commit08a468926712877d3fc8d5650b497e0ccdab2573
tree07c29f40df5289958533301f808bc8bda15945c9
parentb062b35d928a8c213bef80f82505bdf30b93a7e6
vici: Export timeout in event listener of Python bindings

This allows running periodic tasks (e.g. check some outside condition)
and stop listening by raising the StopListening exception.
src/libcharon/plugins/vici/python/vici/event_listener.py