The validators are moved to an own folder (they sold themselves below value and hid in helpers before :mag:)
The validators are now executed in parallel using async/await keywords.
I'll need this asynchronous behavior later for the new resource task validator, which needs to call the resource manager, which in turn is, again, an asynchronous call. :dizzy_face:
Also, some code formatting was done (thanks to VS Code).
If you find places where I've withheld asyncs or awaits from the code or spoiled it too much, please point them out!
I guess this looks fine, what you told me also makes sense. Unfortunately, I have so far managed to stay away from async / await and cannot really give a profound review, sorry :man_shrugging:
With this PR
helpers
before :mag:)async/await
keywords. I'll need this asynchronous behavior later for the new resource task validator, which needs to call the resource manager, which in turn is, again, an asynchronous call. :dizzy_face:If you find places where I've withheld
asyncs
orawaits
from the code or spoiled it too much, please point them out!