标签:exce bsp sdn 休眠 tail blog http interrupt 中断
Thread.sleep()是java的方法, 可能会抛出InterruptedException异常, 并且可能会被中断;
SystemClock.sleep()是Android的方法,不会抛出异常, 并且无论如何都会让当前线程休眠指定的时间。
源码分析见 https://blog.csdn.net/he315889714/article/details/40788441
SystemClock.sleep()方法与Thread.sleep()方法的区别
标签:exce bsp sdn 休眠 tail blog http interrupt 中断
原文地址:https://www.cnblogs.com/syusuke2020/p/14926551.html