Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ExecuteTimeoutTask ¶
Types ¶
type CountDownLatch ¶
type CountDownLatch interface { Cancel() WaitTimeout(duration time.Duration) bool Wait() Done() IsAlive() bool }
func NewCountDownLatch ¶
func NewCountDownLatch(num int) CountDownLatch
Click to show internal directories.
Click to hide internal directories.