package
Version:
v0.1.4
Opens a new window with list of versions in this module.
Published: Mar 17, 2020
License: MIT
Opens a new window with license information.
Imports: 1
Opens a new window with list of imports.
Imported by: 11
Opens a new window with list of known importers.
Documentation
¶
Package chans は、チャネルに関するユーティリティが配置されています。
func WhenAll(channels ...<-chan struct{}) <-chan struct{}
WhenAll -- 指定した1つ以上のチャネルの全てが閉じられたら、閉じるチャネルを返します。
チャネルを一つも渡さずに呼び出すと、既に close 済みのチャネルを返します。
func WhenAny(channels ...<-chan struct{}) <-chan struct{}
WhenAny -- 指定した1つ以上のチャネルのどれかが1つが閉じられたら、閉じるチャネルを返します。
チャネルを一つも渡さずに呼び出すと、既に close 済みのチャネルを返します。
Source Files
¶
Click to show internal directories.
Click to hide internal directories.