package
2.5.6+incompatible
Repository: https://github.com/lbryio/chainquery.git
Documentation: pkg.go.dev
# Functions
CloseRows Closes SQL Rows for custom SQL queries.
InitWorkers creates a worker pool that execute pieces of work.
Min is a helpful function to take the min between two integers.
NewQueue creates a bi-directional channel that can take in pieces of work.
ReverseBytes reverses a byte slice.
TimeTrack is a function that tracks the time spent and outputs specific timing information.
# Interfaces
PieceOfWork is an interface type for representing a atomic piece of work that can be done independently.