Versions in this module Expand all Collapse all v1 v1.6.0 Apr 5, 2025 v1.4.0 Oct 6, 2024 Changes in this version + var ErrObtainGoroutineId = errors.New("nazasync: obtain current goroutine id failed") + func CurGoroutineId() (int64, error) + type Mutex struct + func (m *Mutex) Lock() + func (m *Mutex) Unlock() + type MutexManager struct + func NewMutexManager() *MutexManager + type NonblockingOnce struct + func (o *NonblockingOnce) Do(f func()) + type StdOnce struct + func (o *StdOnce) Do(f func())