goify / asyncify

This is a Go module that provides an implementation of Promises, similar to those in JavaScript, including support for then, catch, and finally. It also allows for Await to be used to block the execution of the program until the promise resolves or rejects.

Home Page:https://pkg.go.dev/github.com/goify/asyncify

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

goify/asyncify Stargazers