sync

package
v0.0.0-...-e9920c5 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Sep 26, 2024 License: MIT Imports: 2 Imported by: 3

Documentation

Index

Constants

This section is empty.

Variables

View Source
var Exports = map[string]interface{}{
	"_name":     "sync",
	"cond":      sync.NewCond,
	"mutex":     newMutex,
	"waitGroup": newWaitGroup,

	"WaitGroup":    qlang.StructOf((*sync.WaitGroup)(nil)),
	"Mutex":        qlang.StructOf((*sync.Mutex)(nil)),
	"RWMutex":      qlang.StructOf((*sync.RWMutex)(nil)),
	"Cond":         qlang.StructOf((*sync.Cond)(nil)),
	"Once":         qlang.StructOf((*sync.Once)(nil)),
	"NewCond":      sync.NewCond,
	"NewMutex":     newMutex,
	"NewWaitGroup": newWaitGroup,
}

Exports is the export table of this module.

Functions

This section is empty.

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL