home *** CD-ROM | disk | FTP | other *** search
- .name
- fifolib
- .type
- Library
- .short
- A general fifo library implementation
- .description
- FIFO: is like PIPE: but is based on fifo.library rather than its own
- implementation. Fifo.library is a general fifo library implementation
- that supports named fifos, writing to a fifo from a hardware
- exception, multiple readers on a fifo with each getting the same data
- stream, efficient reading, and automatic or manual flow control.
- Programs that require non-blocking IO can access one side of a FIFO:
- connection via the fifo.library instead of the FIFO: device.
- .version
- 37.4
- .date
- .author
- Matt Dillon
- .restrictions
- .requirements
- .reference
- AmigaLibDisk588:FifoLib/
- 3.4
- AmigaLibDisk519:FifoLib/
- 3.1
- AmigaLibDisk488:FifoDev/
- 2.0
- .keywords
- .distribution
- Copyrighted but Freely Redistributable
- .price
- .address
- .email
- .phone
- .fax
- .exectype
- .installsize
- .source
- Includes source in C.
- .construction
- .tested
- .docs
- fifolib.doc
- fifo.doc
- .described-by
- Fred Fish (fnf@fishpond.cygnus.com)
- .execute
- set choice `RequestChoice "FIFO Library" "Please select an option" "README" "History" "User Docs" "Programmer Docs" "Cancel"`
- if $choice EQ "0"
- quit 5
- endif
-
- if $choice EQ "1"
- MetaTool README TEXT
- endif
-
- if $choice EQ "2"
- MetaTool version.doc TEXT
- endif
-
- if $choice EQ "3"
- MetaTool fifo.doc TEXT
- endif
-
- if $choice EQ "4"
- MetaTool fifolib.doc TEXT
- endif
- .aminet-dir
- util/libs
-