Short: AsyncIO library for fast IO. Release 7 Uploader: cmh@lls.se (Magnus Holmgren) Type: dev/c This link library (optionally shared library) provides DOS-like functions for using double buffered asyncronous IO on files. This provides very good performance on DMA devices. The code was originally written by Martin Taillefer. A few bug fixes and updates were made by Magnus Holmgren, with inspiration from Olaf 'Olsen' Barthel. News in release 7: Files to use asyncio.library from E included. Fixed yet some SeekAsync() problems. It could (still) get confused when called multiple times in a row with no intervening IO. I wonder if there are any holes left. ;) Recompiled asyncio.library using SAS/C 6.56, and added general SAS/C support. Misc minor fixes. News in release 6: SeekAsync should now really work (performance fix was buggy... ;). Based on Martin Taillefers third release, which I was previously unaware of (hence the new release number). Doesn't impose any (major) changes to the sources though. Misc minor fixes (mostly to the header files).