runnable
runnable什么意思,runnable翻译
基本解释
网络: 可运行;就绪;可运行状态
例句
The connection factory singleton could have been extended with a Runnable interface to provide a connection close on inactivity timeout.
独立连接工厂可以使用Runnable接口进行扩展,以提供基于非活动超时的连接关闭。
C. When a thread stops running because of preemptive, it is placed at the front end of the runnable queue.
当一个线程因为抢先机制而停止运行,它被放在可运行队列的前面。
The goal of this stage is to produce a runnable DB2 SQL query that will return what the user expects.
这一阶段的目标是生成可运行的DB2SQL查询并将返回用户期望的结果。
Notice that the CSProcess interface looks exactly like the Java language"s Runnable interface and serves a similar role.
注意,CSProcess接口看起来就像Java语言的Runnable接口,而且它也充当着类似的角色。
Therefore, each runnable task chases the other to maintain a balance of execution across the set of runnable tasks.
因此,每个可运行的任务都会追赶其他任务以维持整个可运行任务集合的执行平衡。
However, a threaded program may have multiple runnable threads, so blocking in a system call should be avoided.
但是,一个线程化的程序可能含有多个可运行的线程,所以在系统调用过程中,应该避免阻塞。
Operating systems impose their own limits on many aspects of the system, including the number of runnable threads and processes.
操作系统也会暴露出它们对系统的许多方面的限制,包括可运行的线程和进程的数量。
enqueue_task: When a task enters a runnable state, this function is called.
enqueue_task:当某个任务进入可运行状态时,该函数将得到调用。
A class that implements Runnable can run without subclassing Thread by instantiating a Thread instance and passing itself in as the target.
实现Runnable的类可以不继承Thread而实例化为Thread实例,将自身作为运行目标。
When a worker that is waiting on an event is signaled, the worker is placed at the head of the runnable queue.
当等待事件的工作线程得到信号时,工作线程将被放在可运行队列的开头。