Module helpers

Source

Structs§

Def
Facade for an Arc wrapped around a Mutex with generic type T.

Functions§

check_results
Check a sequence of Result This used to check the returned outputs of recursive or parallel operations. This does not crash the program but instead prints any errors via dbg!.
writable_or_create
Return a writable File from a given path.