# 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.
# Type aliases
No description provided by the author