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.
对于不断更新 UI 更改的实时 Java 应用程序,EDT 可能会饿死其他与业务相关的处理线程。多核处理器中有没有办法分配一个特定的核心来处理所有与摆动相关的东西,让其余的 CPU 核心来处理业务流程?