MCPcopy Create free account
hub / github.com/GoEdgeLab/EdgeNode / Lock

Method Lock

internal/goman/task_group.go:46–48  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

44}
45
46func (this *TaskGroup) Lock() {
47 this.locker.Lock()
48}
49
50func (this *TaskGroup) Unlock() {
51 this.locker.Unlock()

Callers 4

TestNewTaskGroupFunction · 0.45
NewFunction · 0.45
NewWithArgsFunction · 0.45
ListFunction · 0.45

Calls

no outgoing calls

Tested by 1

TestNewTaskGroupFunction · 0.36