首页 > TAG信息列表 > isStop
bool 不是线程安全
1 static bool isStop = false; 2 static void Main() 3 { 4 var t = new Thread(() => 5 { 6 var isSuccess = false; 7 8 while (!isStop) 9 { 10递归tree结构的数据(修改antd tree结构的数据)
这是要修改的 树结构数据 const treeData = [ { title: 'parent 1', key: '0-0', isStop: 0, children: [ { title: 'parent 1-0', key: '0-0-0',利用变量来实现线程间的同步
以下代码无法同步,没有锁住读写变量 import java.sql.Time; import java.util.concurrent.TimeUnit; public class SynLock { public static boolean isstop; public static void main(String[] args) throws InterruptedException{ System.out.println(is