šļø Amiga Knowledge Base
65,174 curated entries on demos, software, hardware and history of the Commodore Amiga
FifoLib
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 3.1, an update to version 2 on disk 448. Includes some source. Author: Matt Dillon