Skip to content
On this page

async

go
import "github.com/kyoto-framework/zen/v3/async"

a package that provides tools for asynchronous execution using built-in goroutines. Provides API which is very similar to JavaScript Promises. On top of existing async/await functionality, package also provides high-level functions like .Filter() and .Map().