home *** CD-ROM | disk | FTP | other *** search
/ Frozen Fish 1: Amiga / FrozenFish-Apr94.iso / bbs / alib / d4xx / d448 / fifodev.lha.pi < prev    next >
Encoding:
Text File  |  1994-03-27  |  703 b   |  20 lines

  1. .name
  2. FifoDev
  3. .author
  4. Matt Dillon 
  5. .version
  6. 2
  7. .description
  8. FIFO: is like PIPE: but is based on fifo.library rather than its own
  9. implementation.  Fifo.library is a general fifo library implementation that
  10. supports named fifos, writing to a fifo from a hardware exception, multiple
  11. readers on a fifo with each getting the same data stream, efficient
  12. reading, and automatic or manual flow control.  Programs that require
  13. non-blocking IO can access one side of a FIFO: connection via the
  14. fifo.library instead of the FIFO: device.  An update to version on disk
  15. 432.  Includes some source.  
  16. .described-by
  17. Automatically generated from Contents file by c2pi program.
  18. .short
  19. PIPE: like device, multiple readers
  20.