search for: changemodify

Displaying 2 results from an estimated 2 matches for "changemodify".

2005 Feb 04
0
RE: Bug fix
...> since the wait terminates when a change signals the monitor. > > Thanks > CT Hi CT, (I''m cc''ing this to the win32-devel list, because I have an idea) Whoops, yeah, you''re right. Sorry about that - I misunderstood. Hm...what do you think about modifying ChangeModify#wait (or possibly Ipc#wait) to accept an optional 2nd "recursive" argument, that would indicate whether a wait call with an associated block would break out or repeat indefinitely? So, something like this: cn = ChangeNotify.new("C:\\",true,filter) # This would break out on th...
2005 Feb 04
7
FW: Bug fix
...----- From: CT [mailto:demerzel@gmail.com] Sent: Friday, February 04, 2005 4:17 PM To: Berger, Daniel Cc: win32utils-devel@rubyforge.org Subject: Re: Bug fix On Fri, 4 Feb 2005 16:53:17 -0600, Berger, Daniel <Daniel.Berger@qwest.com> wrote: > > Hm...what do you think about modifying ChangeModify#wait (or possibly > Ipc#wait) to accept an optional 2nd "recursive" argument, that "recursive" would be confusing, don''t you think? what with the same name used in ChangeNotify.new as well. > > So, something like this: > > cn = ChangeNotify.new("...