# Functions
ExecuteBatch executes a batch of Go routines.
NewBatch creates a new batch of Go routines.
NewErrPanic creates a new ErrPanic error.
NewHandlerSimple creates a new HandlerSimple.
# Variables
AlreadyRunning is the error that is returned when the process is already running.
# Structs
Batch is a struct that represents a batch of Go routines.
ErrPanic represents an error when a panic occurs.
Handler is a struct that represents a Go routine handler.
HandlerSimple is a struct that represents a Go routine handler.
# Type aliases
DoFunc is a function that defines the behavior of a Go routine.