starlarkgroup:Starlark中的例程

时间:2024-03-09 01:15:27
【文件属性】:

文件名称:starlarkgroup:Starlark中的例程

文件大小:6KB

文件格式:ZIP

更新时间:2024-03-09 01:15:27

Go

星雀集团 进入errgroup.starlark组。 允许starlark线程生成go例程。 每个go例程都可以选择合并并限制速率。 要去的论点被冻结。 Wait返回按调用顺序排序的元组。 def square ( x ): return x * x def square_all ( vs ): # Create a group of 10 go routines, limited every 10ms with a burst of 10. g = group ( n = 10 , every = "10ms" , burst = 10 ) for i in vs : g . go ( square , i ) # args[1:] and kwargs passed to arg[0] return g . wait ()


【文件预览】:
starlarkgroup-master
----testdata()
--------group.star(899B)
----starlarkgroup_test.go(1KB)
----starlarkgroup.go(5KB)
----LICENSE(1KB)
----go.sum(1KB)
----README.md(766B)
----go.mod(225B)

网友评论