package
0.0.0-20190408051622-ebf3c7b94afd
Repository: https://github.com/m3db/m3x.git
Documentation: pkg.go.dev
# Functions
NewCancellable creates a new cancellable object.
NewContext creates a new context.
NewNoOpCanncellable returns a no-op cancellable.
NewOptions returns a new Options object.
NewPool creates a new context pool.
# Interfaces
Cancellable is an object that can be cancelled.
Context provides context to an operation.
Options controls knobs for context pooling.
Pool provides a pool for contexts.