The highest tagged major version is
v2.
package
module
Version:
v0.5.2
Opens a new window with list of versions in this module.
Published: Mar 31, 2021
License: Apache-2.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.
Documentation
¶
RunQueue represents a lock-free operation queue.
New returns an initialized lock-free operation queue.
Run pushes a new operation function into the queue.
Stop signals the queue to stop running.
Callback function represented by 'stopCb' its guaranteed to be immediately executed only if no job has been
previously scheduled.
Source Files
¶
Directories
¶
Package mpsc provides an efficient implementation of a multi-producer, single-consumer lock-free queue.
|
Package mpsc provides an efficient implementation of a multi-producer, single-consumer lock-free queue. |
Click to show internal directories.
Click to hide internal directories.