Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/kataras/iris
/ Release
Method
Release
context_wrapper.go:42–42 ·
view source on GitHub ↗
Release must put the T back to the pool.
(T)
Source
from the content-addressed store, hash-verified
40
Acquire(ctx Context) T
41
// Release must put the T back to the pool.
42
Release(T)
43
}
44
45
// syncContextPool is a sync pool implementation of T.
Callers
5
Handler
Method · 0.65
HandlerReturnError
Method · 0.65
HandlerReturnDuration
Method · 0.65
Filter
Method · 0.65
FallbackViewFunc
Method · 0.65
Implementers
7
Pool
cache/entry/pool.go
mem
sessions/database.go
Database
sessions/sessiondb/boltdb/database.go
Database
sessions/sessiondb/badger/database.go
Database
sessions/sessiondb/redis/database.go
myCustomContextPool
_examples/routing/custom-context/main.
Pool
context/pool.go
Calls
no outgoing calls
Tested by
no test coverage detected