tanqiangyes
tanqiangyes
怎么感觉像rust学习了。
rust里面的概念好像复杂点
@fengqi 假如你有一个任务,其中包含了七八个流程,这几个流程参数结果互不相干,那你肯定选择并发去执行他们,获取对应的结果(能充分利用cpu,节约时间)吧?如果没得join,你就需要处理七八次错误了;有的话,你最后处理一次错误就好了。
使用場景跟 golang.org/x/sync/errgroup 差不多
@d0cd pls review it .
pls add some description @lonng
> You can reference MySQL session variable syntax. https://dev.mysql.com/doc/refman/5.6/en/set-variable.html > > 1. We need to add a new SET syntax > 2. Add a session variable struct in the package...