Lambda expressions used in the thread

Lambda expressions used in the thread

Thread t1 = new Thread(()-> {//写个人代码});
t1.start();

Guess you like

Origin www.cnblogs.com/mikemhm/p/12072479.html