Categorygithub.com/wanderer69/tools
repository
0.0.0-20240428091651-9a7724864412
Repository: https://github.com/wanderer69/tools.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

# README

tools

This package includes various components that are used in other packages.

parser

parser - is a simple custom grammar package.

queue

queue - a package that implements the element queue built on a list of individual cells, and not on a slice.

worker

worker - allows you to implement the process of processing data coming from the queue. Data buffering is especially useful when implementing asynchronous processes.