Documentation ¶
Overview ¶
Package evict is a helper package for github.com/pulumi/pulumi-go-provider/middleware/cancel.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Handle ¶
type Handle[T any] struct { // contains filtered or unexported fields }
Handle represents an entry in a Pool.
type Pool ¶
type Pool[T any] struct { OnEvict func(T) // contains filtered or unexported fields }
Pool is a data structure which provides amortized O(1) insertion, removal, and draining.
Click to show internal directories.
Click to hide internal directories.