feat(cleaners): add main async runner

Adds a Runner able to work upon a set of cleaners that
work in parallel.
This commit is contained in:
Matteo Settenvini 2025-01-25 02:19:48 +01:00
parent cc1a66726e
commit 5507a1dd21
Signed by: matteo
GPG key ID: 1C1B12600D81DE05
8 changed files with 510 additions and 6 deletions

1
.gitignore vendored
View file

@ -2,3 +2,4 @@
# SPDX-License-Identifier: CC0-1.0
/target
/.vscode