go

这些线程是否同步?

英文: Are these Threads synchronized? 问题 我的任务是创建x个线程,并以某种方式使用MethodA和MethodB,并同步它们,最后捕获一些异常。 我知道这并不是对任...