On 27/08/09 at 07:57 +0200, Petr Salinger wrote:
> Package: ruby1.9.1
> Tags: patch
> User: debian-...@lists.debian.org
> Usertags: kfreebsd
>
> Hi, this is followup to #542927.
>
> The test #226 is:
>
> begin
> require "io/nonblock"
> r, w = IO.pipe
> w.nonblock = true
> w.wri
Package: ruby1.9.1
Tags: patch
User: debian-...@lists.debian.org
Usertags: kfreebsd
Hi, this is followup to #542927.
The test #226 is:
begin
require "io/nonblock"
r, w = IO.pipe
w.nonblock = true
w.write_nonblock("a" * 10)
w.nonblock = false
t1 = Thread.new { w.wri
2 matches
Mail list logo