command
Version:
v0.0.0-...-280f8e7
Opens a new window with list of versions in this module.
Published: Sep 19, 2024
License: CC0-1.0
Opens a new window with license information.
Imports: 3
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
README
¶
select
Select trabalha junto com canais para esperar retornos de canais específicos.
select {
case msg1 := <-c1:
fmt.Println("canal 1 retornou :", msg1)
case msg2 := <-c2:
fmt.Println("canal 2 retornou :", msg2)
}
Playground
Documentation
¶
There is no documentation for this package.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.