📜  kotlin 线程 - Kotlin 代码示例

📅  最后修改于: 2022-03-11 14:53:33.751000             🧑  作者: Mango

代码示例2
/// this code is actaully for kotlin but works in Java with changes.

Thread(Runnable{
      // here goes you code that runs in the background
    }).start()