about summary refs log tree commit homepage
tag namev2.5.0 (60bea00e186cc2e61393018b79b9c00ed38207b4)
tag date2011-06-20 12:30:08 -0700
tagged byEric Wong <normalperson@yhbt.net>
tagged objectcommit e720827b48...
downloadkgio-2.5.0.tar.gz
kgio 2.5.0 - a minor feature update
* Kgio::File.tryopen method added.  It is like File.open
  but won't raise exceptions.  The Kgio::File class includes
  Kgio::PipeMethods, so FIFOs opened through this get the
  kgio_* API.

* The kgio_wait_*able methods in Kgio::DefaultWaiters
  now accept an optional timeout argument.