中英词典查询

runnable ['rʌnəbəl]

adj. 可追捕的,可猎取的;

例句:

  • All thread that are runnable are kept in pools according to priority.
    所有可运行的线程根据优先级保持在不同的池中.
    来自互联网
  • This bit corresponds to the highest priority task that is runnable.
    该位对应着优先级最高的可执行进程.
    来自互联网
  • Instantaneous per - CPU load is defined as the number of runnable timesharing KSEs in a CPU's queues.
    瞬间单CPU负载定义为在当前CPU的队列里,可运行的分时KSE的数量.
    来自互联网
  • When a blocked thread becomes runnable, it is placed back into the appropriate runnable pool.
    一旦被堵塞的线程进入可运行状态, 它将会被放回适当的可运行池中.
    来自互联网
  • The thread could be implemented by runnable interface or by inheriting from the Thread class.
    线程可以执行调用可运行接口或从线程类继承.前者是较为有利.
    来自互联网