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.
- Host: GitHub
- URL: https://github.com/solsw/future
- Owner: solsw
- License: mit
- Created: 2021-10-18T17:38:27.000Z (over 4 years ago)
- Default Branch: v2
- Last Pushed: 2023-03-15T13:16:56.000Z (over 3 years ago)
- Last Synced: 2024-06-21T07:50:13.314Z (almost 2 years ago)
- Topics: future, generic, generics, go, golang, promise
- Language: Go
- Homepage:
- Size: 19.5 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# future
[](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).