static A waitForVarToBeNotNull(Var v) ctex { synchronized(v) { while (!v.has()) v.wait(); ret v!; } }