package
1.6.0
Repository: https://github.com/retail-ai-inc/bean.git
Documentation: pkg.go.dev

# Functions

`Execute` provides a safe way to execute a function asynchronously without any context, recovering if they panic and provides all error stack aiming to facilitate fail causes discovery.
`ExecuteWithContext` provides a safe way to execute a function asynchronously with a context, recovering if they panic and provides all error stack aiming to facilitate fail causes discovery.

# Type aliases

No description provided by the author