package
Version:
v2.0.0-rc8
Opens a new window with list of versions in this module.
Published: Aug 9, 2024
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.