Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
在我的应用程序中,我正在寻找一个有 2 个线程的设计:
另外,我想通过队列或堆栈管理这些线程,以便我可以随时在这两个线程中推送操作。我该怎么办?谢谢 !
您可以使用 ExecutorService ,它将帮助您管理线程池。你可以通过输入 Runnable 或 Callable 来执行你的任务