package
Version:
v0.0.0-...-f59f4bf
Opens a new window with list of versions in this module.
Published: Dec 18, 2024
License: Apache-2.0
Opens a new window with license information.
Imports: 1
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Queue[T any] struct {
}
func (queue *Queue[T]) Listen(f func(e T))
func (queue *Queue[T]) Pop() (e T)
func (queue *Queue[T]) Push(e T)
Source Files
¶
Click to show internal directories.
Click to hide internal directories.