win32utils-devel@rubyforge.org
2004-Oct-23 16:35 UTC
[Win32utils-devel] Perhaps a different approach for win32-ipc
Hmm...what about creating the block in the constructor? e = Event.new{ puts "Hello" } e.set(0) -> "Hello" e.close Well, I''ll try to hang out on IRC this weekend much of the time if anyone wants to join me to discuss this in more detail. Look for me in #ruby-lang or #win32 on freenode.irc.net Dan