zworld/engine/renderapi/sync/mutex.go

6 lines
51 B
Go
Raw Permalink Normal View History

2024-01-14 22:56:06 +08:00
package sync
import "sync"
type Mutex sync.Mutex