donglang5157 2016-10-03 19:33
浏览 65
已采纳

转到库-用于golang的async.auto

In Nodejs, we have async.auto (http://caolan.github.io/async/docs.html#.auto) which automatically manages the fan out order through a topological sort.

Is there a similar library in Go that manages your order of requests

  • 写回答

1条回答 默认 最新

  • douyu8187 2016-10-13 12:04
    关注

    You can try this:

    https://github.com/kamildrazkiewicz/go-flow

    It's based on channels draining (async.auto uses topological sort) but it works in similar way.

    本回答被题主选为最佳回答 , 对您是否有帮助呢?
    评论

报告相同问题?