Displaying 1 result from an estimated 1 matches for "rubyisque".
Did you mean:
rubyesque
2004 Oct 22
1
win32-ipc idea - allow a block
Hi all,
What do you think about allowing a block to the various wait methods in
win32-ipc? These could be fired off if signalled, e.g.
i = IPC.new
i.wait{ puts "We got a signal!" }
That way, you wouldn''t constantly have to check the return value. Make
sense? Or not?
Regards,
Dan