package
0.0.0-20230301081111-79ba34714ab8
Repository: https://github.com/truecloudlab/frostfs-node.git
Documentation: pkg.go.dev
# Packages
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# Functions
MkdirAllX calls os.MkdirAll with the passed permissions but with +x for a user and a group.
NewPseudoWorkerPool returns a new instance of a synchronous worker pool.
NewSaltingWriter returns io.Writer instance that applies salt to written data and write the result to w.
SaltXOR xors bits of data with salt repeating salt if necessary.
SaltXOROffset xors bits of data with salt starting from off byte repeating salt if necessary.
# Variables
ErrPoolClosed is returned when submitting task to a closed pool.
# Interfaces
WorkerPool represents a tool to control the execution of go-routine pool.