logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

Description

new-fifo initializes new FIFO <list> (First In First Out). <list> contains data stored on a first-in, first out basis. Note that a list is accessible to the current process only. Information is retrieved (possibly many times, see rewind-fifo) in the same order in which it was stored. The internal positions for write-fifo and read-fifo actions are separate so you can keep writing data to the list, and read it independently of writes in any number of retrieval passes by using rewind-fifo.

Examples

new-fifo nf

Name

new-fifo - (FIFO)

Purpose

Create FIFO list.

See Also

FIFO delete-fifonew-fifopurge-fiforead-fiforewind-fifowrite-fifo See all documentation $DATE $VERSION GOLF(2gg)

Syntax

new-fifo <list>

See Also