Ejemplo n.º 1
0
 public Cond(noCopy noCopy = default, Locker L = default, notifyList notify = default, copyChecker checker = default)
 {
     this.noCopy  = noCopy;
     this.L       = L;
     this.notify  = notify;
     this.checker = checker;
 }
Ejemplo n.º 2
0
        private static void init()
        {
            notifyList n = default;

            runtime_notifyListCheck(@unsafe.Sizeof(n));
        }