也可以用非阻塞方式调用send方法。
它使用putnb方法以一种非阻塞方式完成此任务。
It USES the putnb method to do this in a non-blocking manner.
同时,还存在一些以非阻塞方式调用Web服务的方法。
In the meantime there are a few ways of invoking a Web service in a non-blocking manner.
lock函数必须立即进行检查并返回(非阻塞方式)。
The lock function must immediately check and return (non-blocking).
数据是以非阻塞方式从通道中读取的,并被写到Client对象中。
Data is read from the channel in a nonblocking fashion and written to the Client object.
sendReceiveNonBlocking:以非阻塞方式调用服务。
SendReceiveNonBlocking: To invoke a service in a non-blocking manner.
尽管我们当然将把注意力放在以非阻塞方式使用通道上,但通道可以以阻塞方式或非阻塞方式使用。
Channels can be used in a blocking or a nonblocking mode, though of course we will focus on using channels in nonblocking mode.
第一个是客户机编程模型,在此模型中,客户机能在不阻塞其应用程序的情况下以非阻塞方式调用服务。
The first is the client programming model, where a client invokes the service in a non-blocking manner without blocking his application.
所以,要构建一个非阻塞的链表、树或哈希表,需要找到一种方式,可以用CAS更新多个指针,同时不会让数据结构处于不一致的状态。
So to construct a nonblocking linked list, tree, or hash table, we need to find a way to update multiple Pointers with CAS without leaving the data structure in an inconsistent state.
它能让一个非阻塞的驱动的操作看起来更像是阻塞的方式,而不会牺牲非阻塞的特性。
It can help make a non-blocking driver operate in a seemingly blocking way without sacrificing the non-blocking features.
IDCT变换的蝶形算法采用非阻塞赋值的方式实现,并实现块级的流水处理;
Non-blocking assignment method was used to implement the butterfly algorithm of IDCT transform, which is pipelined with blocks.
内部的错误捕获中断处理程序需要处理事件在很短的时间内和非阻塞的方式。
The error is captured inside the interrupt handler which requires to process the event in a very short time and non-blocking manner.
内部的错误捕获中断处理程序需要处理事件在很短的时间内和非阻塞的方式。
The error is captured inside the interrupt handler which requires to process the event in a very short time and non-blocking manner.
应用推荐