This is nbstdin.egg.info, produced by makeinfo version 4.7 from eggdoc-output.texi. INFO-DIR-SECTION The Algorithmic Language Scheme START-INFO-DIR-ENTRY * nbstdin.egg: (nbstdin.egg). Non-blocking Standard Input END-INFO-DIR-ENTRY  File: nbstdin.egg.info, Node: Top, Next: About this egg, Up: (dir) nbstdin egg *********** Non-blocking Standard Input Written by Daishi Kato This manual corresponds to version 0.9 of the nbstdin extension library for Chicken Scheme. * Menu: * About this egg:: * Documentation:: * Examples:: * License:: * Index::  File: nbstdin.egg.info, Node: About this egg, Next: Documentation, Prev: Top, Up: Top 1 About this egg **************** * Menu: * Version history:: * Usage::  File: nbstdin.egg.info, Node: Version history, Next: Usage, Up: About this egg 1.1 Version history =================== `0.9' Win32: a support for piping `0.8' Win32: a fix not to call ##sys#thread-block-for-i/o `0.7' Win32: added sleep to avoid 100% CPU usage `0.6' Limited Win32 support `0.5' Beta release  File: nbstdin.egg.info, Node: Usage, Prev: Version history, Up: About this egg 1.2 Usage ========= Load this egg like so: `(require-extension nbstdin)'  File: nbstdin.egg.info, Node: Documentation, Next: Examples, Prev: About this egg, Up: Top 2 Documentation *************** An extension that makes STDIN non-blocking. -- procedure: nonblocking-input-port (nonblocking-input-port FD) Takes the file-descriptor `FD' and returns a nonblocking input port for it. * Menu: * Limitations::  File: nbstdin.egg.info, Node: Limitations, Up: Documentation 2.1 Limitations =============== * Partial Win32 support; it just checks keyboard events. it will block until you press enter key.  File: nbstdin.egg.info, Node: Examples, Next: License, Prev: Documentation, Up: Top 3 Examples ********** (require-extension nbstdin) (read)  File: nbstdin.egg.info, Node: License, Next: Index, Prev: Examples, Up: Top 4 License ********* Copyright (c) 2005, Daishi Kato All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. Neither the name of the author nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDERS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.  File: nbstdin.egg.info, Node: Index, Prev: License, Up: Top Index ***** [index] * Menu: * nonblocking-input-port: Documentation. (line 9)  Tag Table: Node: Top234 Node: About this egg563 Node: Version history731 Node: Usage1075 Node: Documentation1239 Node: Limitations1605 Node: Examples1812 Node: License1964 Node: Index3550  End Tag Table