Is there a way to start a thread with an asynchrous or deferred launch policy in Java?

后端 未结 0 1984
有刺的猬
有刺的猬 2021-01-27 04:00

In C++ you can start a thread with a deferred or asynchronous launch policy. Is there a way to replicate this functionality in Java?

auto T1 = std::asynch(std::la         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题