Discover Packages
github.com/carbonblack/mockc2
internal
queue
package
Version:
v0.2.0
Opens a new window with list of versions in this module.
Published: Apr 2, 2021
License: MIT
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
Documentation
¶
Get removes an exact number of items from the channel and blocks until that
number of items are available. If the channel is closed then an error is
returned.
func Put(queue chan<- byte , items []byte )
Put adds a slice of bytes to a channel queue. If the channel isn't buffered
this will block.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.