]> git.ipfire.org Git - pbs.git/commit
backend: Use the @run_in_thread decorator
authorMichael Tremer <michael.tremer@ipfire.org>
Mon, 10 Feb 2025 15:25:03 +0000 (15:25 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Mon, 10 Feb 2025 15:25:03 +0000 (15:25 +0000)
commitda5256cca15ad7d796d1e231ea162888951b7c2d
tree11fbb0399eda07a0cb056c30692c36e885481a15
parent47f995095e8506815014f52ae814ca971ab3d0f7
backend: Use the @run_in_thread decorator

This allows us to write shorter code but achieve the same.

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