suspend the execution的意思|示意

美 / / 英 / /

暂停执行


suspend the execution的网络常见释义

停止执行 ... 提供证据 afford proof,bear testimony,furnish evidence 停止执行 suspend the execution 国家公务员 civil servant ...

suspend the execution相关例句

Persevere USES continuations to suspend and resume execution so that asynchronous requests are made to retrieve data from the server (so the browser doesn't lock up because of synchronous requests).

Persevere使用延续(continuation)来挂起和继续执行,以便能够发起异步请求从服务器检索数据(这样一来,浏览器就不会由于同步请求而锁定)。

Abreakpoint is a signal that tells the debugger to temporarily suspend execution of your program at a certain point.

断点是一个信号,它通知调试器,在某个特定点上暂时将程序执行挂起。

A breakpoint causes the execution of a program thread to suspend at the location where the breakpoint is set.

断点可以使程序执行的线程悬挂在断点设置的位置。

To control the execution of processes, the kernel must be able to suspend the execution of the process running on the CPU and resume the execution of some other process previously suspended.

为了能够控制进程的执行,内核必须能够暂停正在CPU上运行的进程,唤醒另一个之前暂停的进程的执行。

A mobile agent can suspend its execution at an arbitrary point, transport itself to another machine, and then resume execution from the point of suspension.

它可以在任意的执行点挂起,将自己传送到另外一个网络平台,然后在这个新的平台上,从挂起点继续执行;

When execution reaches the suspend() call the second time, the RetryRequest exception is not thrown, and execution continues as normal.

当执行第二次发生 suspend() 调用时,RetryRequest 异常不会被抛出,执行照常进行。