package
0.0.63
Repository: https://github.com/boostgo/lite.git
Documentation: pkg.go.dev

# Functions

Go run provided function in goroutine and if panic catch recover it and convert to error.
NewMap creates Map.
NewSemaphore create Semaphore.
NewString create String.
WaitAll run all provided functions (Tasks) and wait till ending last task and return error.

# Structs

Map thread safe map implementation.
Semaphore is tool for managing goroutines count at a time.
String representation of "thread safe" or "atomic" for string.

# Type aliases

No description provided by the author