v2.5.0
tag60bea00e186cc2e61393018b79b9c00ed38207b4
object e720827b48c3318627d1471ad4ec90d6166520fd
authorEric Wong <normalperson@yhbt.net>
Mon, 20 Jun 2011 19:30:08 +0000 (20 12:30 -0700)
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.