package main
import (
"fmt"
"github.com/di3upham/syncdo"
)
func main() {
unlock := syncdo.KLock("f1")
fmt.Println("hello world")
unlock()
}
func fx() {
defer syncdo.KLock("f1")()
// function body
}
-
Notifications
You must be signed in to change notification settings - Fork 1
di3upham/syncdo
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
No description, website, or topics provided.
Resources
Stars
Watchers
Forks
Packages 0
No packages published