Skip to main content

Module execution

Module execution 

Source
Expand description

Automatic filesystem scopes for one project execution and its task recordings.

ExecutionScope centralizes collision-resistant directory creation so applications do not format timestamps, append process identifiers, or create task directories themselves. The scope owns organization only; individual crate::storage::SystemStateWriter values still exclusively create and own their recording directories.

Structs§

ExecutionScope
One created or reopened project-execution directory.

Enums§

ExecutionScopeError
Failure while creating or opening an execution scope.