导航菜单

runnable是什么意思_翻译中文_怎么读

runnable

网络释义:可运行;就绪;可运行状态

网络释义

1.可运行 reSume 恢复执行 Runnable 接口 Pubpc statuc final int MAX_PRIORITY 最高优先级,10 ...

7.可运行的一旦调用了start方法,该线程就成为可运行的Runnable)了。一个可运行线程可能实际上正在运行,也可能没有,这取决于 …

例句释义:,可运行,就绪,可运行状态

1.The connection factory singleton could have been extended with a Runnable interface to provide a connection close on inactivity timeout.独立连接工厂可以使用Runnable接口进行扩展,以提供基于非活动超时的连接关闭。

2.C. When a thread stops running because of preemptive, it is placed at the front end of the runnable queue.当一个线程因为抢先机制而停止运行,它被放在可运行队列的前面。

3.The goal of this stage is to produce a runnable DB2 SQL query that will return what the user expects.这一阶段的目标是生成可运行的DB2SQL查询并将返回用户期望的结果。

4.Notice that the CSProcess interface looks exactly pke the Java language's Runnable interface and serves a similar role.注意,CSProcess接口看起来就像Java语言的Runnable接口,而且它也充当着类似的角色。

5.Therefore, each runnable task chases the other to maintain a balance of execution across the set of runnable tasks.因此,每个可运行的任务都会追赶其他任务以维持整个可运行任务集合的执行平衡。

6.However, a threaded program may have multiple runnable threads, so blocking in a system call should be avoided.但是,一个线程化的程序可能含有多个可运行的线程,所以在系统调用过程中,应该避免阻塞。

7.Operating systems impose their own pmits on many aspects of the system, including the number of runnable threads and processes.操作系统也会暴露出它们对系统的许多方面的限制,包括可运行的线程和进程的数量。

8.enqueue_task: When a task enters a runnable state, this function is called.enqueue_task:当某个任务进入可运行状态时,该函数将得到调用。

9.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实例,将自身作为运行目标。

10.When a worker that is waiting on an event is signaled, the worker is placed at the head of the runnable queue.当等待事件的工作线程得到信号时,工作线程将被放在可运行队列的开头。