run-loop的意思|示意

美 / / 英 / /

运行循环


run-loop的网络常见释义

回环 nginx的核心则是负责维护回环(run-loop)机制以及处理请求时在合适的阶段来执行某些模块的部分代码;各个模块则主要实现了表现层和应用层的功能,主要用来对网络存储的读...

run-loop相关短语

1、 Run loop 运行循环

2、 main run loop 主运行循环

3、 Cub Run Loop 街道地址

run-loop相关例句

Another implementation of a game loop is to let it run as fast as possible, and let the FPS dictate the game speed.

另一种游戏循环的实现就是让其尽可能快地运行,然后让FPS控制游戏速度。

And now I want to run through the loop.

现在我想进入循环了。

I'm going to run through a loop, and I'm going to request some input, which I'm going to read in with raw input.

我要运行一个循环,我需要一些输入,需要读入一些原始的输入。

After this thread terminates, the thread at 4th RT priority is allowed to run, but it merely bypasses the for loop because it has been directed to terminate.

此线程结束后,就允许运行具有第4 RT优先级的线程,但它只是绕过for循环,因为系统指示结束该线程。

When the loop completes its run, the script checks to see whether the numfiles variable contains a value greater than 1.

当循环完成运行后,脚本会检查numfiles变量中的值是否大于1。

One of the threads then calls the SPU_RUN ioctl on the run file, while the other runs in an event loop on the mailbox files and potentially other file descriptors.

其中一个线程然后会对运行文件调用SPU_RUN ioctl系统调用,而其他线程则可以对邮箱文件和其他可能的文件描述符执行一个事件循环。