예제 #1
0
파일: N2225.cs 프로젝트: zwmyint/Bridge
        public static void TestVolatile()
        {
            var c = new VolatileTest();

            c.Test(5);
            Assert.AreEqual(5, c.i);
        }
예제 #2
0
 static void Main(string[] args)
 {
     //  LockTest.AsyncWithRedisLock();
     VolatileTest.Execute();
     Console.ReadLine();
 }