MCPcopy Create free account
hub / github.com/baidu/EasyFaaS / EventLock

Struct EventLock

pkg/api/funclet.go:176–178  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

174}
175
176type EventLock struct {
177 c chan struct{}
178}
179
180func NewEventLock() EventLock {
181 var l EventLock

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected