//
pkg.gl
Category
github.com/devlights/try-golang
examples
async
cyclic_barrier
package
0.5.36
Repository:
https://github.com/devlights/try-golang.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
5
Dependents
0
Files
187 SLOC
#
Functions
NewCyclicBarrier
NewCyclicBarrier は、新しいCyclicBarrierを作成します.
#
Constants
MainTimeout
No description provided by the author
ProcTimeout
No description provided by the author
#
Variables
ErrMainTooSlow
No description provided by the author
ErrProcTooSlow
No description provided by the author
#
Structs
CyclicBarrier
CyclicBarrier は、指定された数のgoroutineが特定のポイントで待ち合わせることができる同期プリミティブです.