Ejemplo n.º 1
0
        internal virtual void RunMonitor()
        {
            Future f = executor.Submit(monitor);

            f.Get();
        }