On Thu, 2008-09-11 at 16:13 -0400, Steve Huston wrote: > > > Sorry > > > about windows - currently this is only used by cluster code > > which won't > > > run on windows yet anyway so it can just be left out of > > windows builds > > > for now. I expect it may find other uses with time. > > > > It sounds like this fits with the windows WaitForMultipleObjects > stuff > > which is its generic eventing mechanism? > > It'll fit into the scheme I'm implementing now. > > -Steve
Great - I tried to keep the API very minimal so it won't constrain different impl strategies, but shout if it presents problems for windows. Cheers, Alan.