//
pkg.gl
Category
github.com/devlights/try-golang
examples
async
countdown_latch
package
0.5.36
Repository:
https://github.com/devlights/try-golang.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
6
Dependents
0
Files
161 SLOC
#
Functions
NewCountdownLatch
NewCountdownLatch は、指定されたカウント数でCountdownLatchを初期化します.
#
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
CountdownLatch
CountdownLatch は、C#のCountdownEventやJavaのCountDownLatchと同様の機能を提供する構造体です.