📅  最后修改于: 2022-03-11 14:53:33.751000             🧑  作者: Mango
/// this code is actaully for kotlin but works in Java with changes.
Thread(Runnable{
// here goes you code that runs in the background
}).start()