An open API service indexing awesome lists of open source software.

https://github.com/solsw/future

Generic Go implementation of explicit future.
https://github.com/solsw/future

future generic generics go golang promise

Last synced: 4 months ago
JSON representation

Generic Go implementation of explicit future.

Awesome Lists containing this project

README

          

# future
[![Go Reference](https://pkg.go.dev/badge/github.com/solsw/future.svg)](https://pkg.go.dev/github.com/solsw/future/v2)

Package **future** contains a generic implementation of
[explicit](https://en.wikipedia.org/wiki/Futures_and_promises#Implicit_vs._explicit)
[future](https://en.wikipedia.org/wiki/Futures_and_promises).