Documentation ¶
Overview ¶
The package support the stack queue LIFO (or FILO) for using them in conveyor.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type IStack ¶
type IStack interface { Len() int32 ChanIn() chan interface{} ChanOut() chan interface{} }
Click to show internal directories.
Click to hide internal directories.