]> git.ipfire.org Git - pbs.git/commit
decorators: Create a decorator to run something in a thread
authorMichael Tremer <michael.tremer@ipfire.org>
Sun, 9 Feb 2025 13:24:31 +0000 (13:24 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Sun, 9 Feb 2025 13:24:31 +0000 (13:24 +0000)
commit836a1ec03e0573e6429cb3d25012df3e77b5e207
treed2b13754d36d8e6e41fafe1df7dbc57745c16f88
parent69d2bb6da3fe723617e7f9286c41dd98035f187c
decorators: Create a decorator to run something in a thread

This is just for convenience and to write less code since we are using
this pattern a lot.

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
src/buildservice/decorators.py