Add mutilple threads support for export image

This commit is contained in:
2025-09-14 13:37:15 +08:00
parent 3dbfaa866b
commit 0860ceb8a0
6 changed files with 281 additions and 81 deletions

View File

@@ -633,6 +633,9 @@ pub enum ScriptResult {
/// Operation completed without any changes.
/// For example, no messages found in the script.
Ignored,
/// Operation not completed.
/// This will not count in statistics.
Uncount,
}
#[derive(Clone, Copy, Debug, ValueEnum, PartialEq, Eq, PartialOrd, Ord)]