#development #golang #pattern #reading-list

🔗 Futures in Go, no package required
appliedgo.net

Futures are mechanisms for decoupling a value from how it was computed. Goroutines and channels allow implementing futures trivially. Does this approach cover all aspects of a future?

continue reading on appliedgo.net

⚠️ This post links to an external website. ⚠️