Go-future Alternatives
Similar projects and alternatives to go-future
-
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
-
-
-
NOTE:
The number of mentions on this list indicates mentions on common posts plus user suggested alternatives.
Hence, a higher number means a better go-future alternative or higher similarity.
go-future discussion
go-future reviews and mentions
Posts with mentions or reviews of go-future.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2023-01-11.
-
Conc: Better Structured Concurrency for Go
Great project. It seems like channels are just the wrong tool for a lot of concurrency problems. More powerful than needed and easy to get wrong. Lots of nice ways to make go concurrency safer.
The problem that bothers me (and isnt in Conc), is how hard it is to run different things in the background and gather the results in different ways. Particularly when you start doing those things conditionally and reusing results.
Something like go-future helps. https://github.com/stephennancekivell/go-future
Stats
Basic go-future repo stats
1
36
10.0
over 2 years ago
stephennancekivell/go-future is an open source project licensed under MIT License which is an OSI approved license.
The primary programming language of go-future is Go.