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

Method signalReleased

ctx_interface_gen.go:199–199  ·  view source on GitHub ↗

signalReleased records that the request handler is done touching an abandoned, reclaim-armed context (event b). It is a no-op when reclamation was not armed and is safe to call multiple times.

()

Source from the content-addressed store, hash-verified

197 // reclaim-armed context (event b). It is a no-op when reclamation was not armed
198 // and is safe to call multiple times.
199 signalReleased()
200 renderExtensions(bind any)
201 // Bind You can bind body, cookie, headers etc. into the map, map slice, struct easily by using Binding method.
202 // It gives custom binding support, detailed binding options and more.

Calls

no outgoing calls