The highest tagged major version is
v2.
package
Version:
v1.16.0
Opens a new window with list of versions in this module.
Published: Aug 30, 2023
License: MIT
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.
Documentation
¶
func SetEnableMetrics(enable bool)
type Channel[T any] struct {
}
func (c *Channel[T]) Pop() <-chan T
func (c *Channel[T]) Push() chan<- T
Source Files
¶
Click to show internal directories.
Click to hide internal directories.