使用result调用异步操作

时间:2017-07-16 14:13:41

标签: go

您能提供一种如何使用结果调用方法异步的模式吗? 是否有通过配置sync / async

调用它的最佳实践

1 个答案:

答案 0 :(得分:0)

您必须搜索的关键字是taskkill

以下是一个示例:https://gobyexample.com/goroutines

如果你按照教程,频道,缓冲频道和同步频道将为你提供一些返回数据的方法。

示例2:https://tour.golang.org/concurrency/1

示例3:http://www.golangbootcamp.com/book/concurrency

TL; DR:这是你的模式:

goroutines