package
0.0.0-20240305190644-356b35c8c9b7
Repository: https://github.com/kdraigo/utils.git
Documentation: pkg.go.dev
# Functions
AsyncTask runs a task in a separate goroutine with handlers.
AsyncTaskWithTimeOut runs a task in a separate goroutine with handlers and a timeout.
NewError creates a new Error.
NewMap creating Map instance.
NewMultiEventHandler creates Emitter instance with multi event handler.
NewSingleEventHandler creates Emitter instance with single event handler.
NewTaskGroup crating Tasks instance.
WrapMap setting existing map under guard.