Registry / utility / gurpartap-async

gurpartap-async

JSON →
library0.0.0-20180927173644-4f7f499dd9eegogounverified

Package async provides utilities for asynchronous operations in Go.

go get github.com/Gurpartap/async
INSTALL
IMPORT
SIG · GURPARTAP-ASYNC
G
gurpartap-async
utilitygov0.0.0-20180927173644-4f7f499dd9ee
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

async
github.com/Gurpartap/async

Runs a function asynchronously and awaits its result.

package main import ( "fmt" "github.com/Gurpartap/async" ) func main() { future := async.Execute(func() interface{} { return "result" }) result := future.Await() fmt.Println(result) }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.0.0-20180927173644-4f7f499dd9eelatest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
6 hits · last 30 days
node
6
Resources
gurpartap-async — go get gurpartap-async · libregistry