调度线 meaning in Chinese
rule curve
Examples
- Normally , all javafx code executes in the awt event dispatch thread . only code contained in the body of a
通常情况下,所有的javafx代码都在awt事件调度线程中执行,只有包含在 - In the above example , the green code which is executing in the edt appears to be blocked during the execution of the body of the
在上面的示例中,在事件调度线程edt中正在执行的那些绿色代码在 - There is significant overhead to suspending and rescheduling a thread , which involves work by the jvm , operating system , and hardware
暂挂和重新调度线程的开支很显著,其中包括jvm 、操作系统和硬件的工作。 - Do later that allows for asynchronous execution of its body in the edt rather than synchronous execution in a background thread providing the functionality of
:它允许在事件调度线程中的语句体内进行异步执行,而不是在后台线程中执行此功能由 - In other words , when many threads are attempting to access a shared resource , the jvm will spend less time scheduling threads and more time executing them
(换句话说,当许多线程都想访问共享资源时, jvm可以花更少的时候来调度线程,把更多时间用在执行线程上。