v5.0.63: instance-level mutex to prevent parallel operations on same resource

This commit is contained in:
“Naeel”
2026-07-07 08:27:42 +04:00
parent d9f2c60e90
commit 4ac21d9367
9 changed files with 184 additions and 9 deletions
+1 -1
View File
@@ -17,7 +17,7 @@ import (
)
var (
version string = "5.0.62"
version string = "5.0.63"
)
func main() {