MCPcopy Create free account
hub / github.com/kataras/iris / Pool

Struct Pool

cache/entry/pool.go:12–14  ·  view source on GitHub ↗

Pool is the context pool, it's used inside router and the framework by itself.

Source from the content-addressed store, hash-verified

10
11// Pool is the context pool, it's used inside router and the framework by itself.
12type Pool struct {
13 pool *sync.Pool
14}
15
16// NewPool creates and returns a new context pool.
17func NewPool() *Pool {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected