Documentation ¶
Overview ¶
Internal package with the implementation of a discipline that does not manage data according to their priority.
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var (
ErrFalseError = errors.New("false error")
)
Functions ¶
This section is empty.
Types ¶
type Discipline ¶
type Discipline[Type any] struct { // contains filtered or unexported fields }
func (*Discipline[Type]) Err ¶
func (dsc *Discipline[Type]) Err() <-chan error
func (*Discipline[Type]) Output ¶
func (dsc *Discipline[Type]) Output() <-chan types.Prioritized[Type]
func (*Discipline[Type]) Release ¶
func (dsc *Discipline[Type]) Release(uint)
Click to show internal directories.
Click to hide internal directories.