UncleAndy / named-mutex

Named mutex for go

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

named-mutex

Named mutex for go

Sample:

    mutex := NamedMutex("any name of mutex")
    mutex.Lock()
    defer mutex.Unlock()

About

Named mutex for go

License:MIT License


Languages

Language:Go 100.0%