General

Profile

orangea (Adrian Bloomer)

Issues

open closed Total
Assigned issues 0 0 0
Reported issues 0 1 1

Activity

07/19/2010

01:00 PM Backport191 Bug #3585 (Closed): The "p" method is printing a string twice when using threads.
=begin
When I run this code:

t = Thread.new { sleep 3 }
Thread.new { sleep 2; t.kill; p 'hi!' }
...
orangea (Adrian Bloomer)

Also available in: Atom