public bool visit(SWLWorkflowWait <bool> node) { Console.WriteLine("WAIT handle={0}", node.handle); dict_async_invocations [node.handle].wait(); return(true); }
public bool visit(SWLWorkflowWait <bool> node) { dict_async_invocations [node.handle].wait(); return(true); }