MCPcopy
hub / github.com/gofiber/fiber / sharedBlockingView

Struct sharedBlockingView

app_test.go:2147–2153  ·  app_test.go::sharedBlockingView

Source from the content-addressed store, hash-verified

2145}
2146
2147type sharedBlockingView struct {
2148 loadStarted chan struct{}
2149 loadRelease chan struct{}
2150 renderEntered chan struct{}
2151 blockOnLoad int
2152 loads int
2153}
2154
2155func (v *sharedBlockingView) Load() error {
2156 v.loads++

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected