public static bool Wait(MonitorLock m, TimeSpan timeout) { return(m.Wait(timeout)); }
public static void Wait(MonitorLock m) { m.Wait(); }