package
0.26.0
Repository: https://github.com/perses/common.git
Documentation: pkg.go.dev

# Packages

Package taskhelper provides struct and methods to help to synchronize different async.Task together and to simply start the async.Task properly This package should mainly used through the package app and not directly by the developer.

# Functions

Async executes the asynchronous function.
No description provided by the author

# Interfaces

No description provided by the author
SimpleTask is the simple way to define an asynchronous task.
Task is a more complete way to define an asynchronous task.