•
non-blocking
英:【nɒnblɒkɪŋ】美:【nɒnblɒkɪŋ】
英:
美:
常见释义:
adj.
非阻塞;无闭塞
1、blocking initiative ─── 封锁行动
2、blocking 5g ─── 阻塞5g
3、blocking numbers ─── 块编号;批号
4、blocking aisle ─── 阻塞通道
5、blocking crochet ─── 钩针
6、blocking ─── n.阻塞;封闭;大块;v.阻塞(block的ing形式)
7、blocking statistics ─── 阻塞统计
8、geo blocking ─── 地质阻塞
9、non ─── adv.非,不;n.(Non)(美、泰)嫩(人名)
1、A
non-blocking
one-way invocation of a service enables the client to carry on executing without waiting for the service to run. ─── 服务的非阻塞单向调用允许客户端在无需等待服务运行的情况下进行执行。
2、IDS has replaced its checkpoint algorithm with a virtually
non-blocking
checkpoint algorithm. ─── IDS已经用一个非阻塞检查点算法替代了它的检查点算法。
3、Send can also be called in a
non-blocking
way. ─── 也可以用非阻塞方式调用send方法。
4、
Non-blocking
. A multiplexer or matrix arrangement of relays where it is possible to switch any signal to any DUT at any time. ─── 非分块继电器的复用或矩阵配置,任何时间均可将任意信号切换至任意DUT。
5、Because of the
non-blocking
nature of the MSG_DONTWAIT variant of send, the call returns after sending all, some, or none of the data. ─── 由于send的MSG_DONTWAIT变量的无阻塞性质,函数调用在发送完所有的数据、一些数据或没有发送任何数据后返回。
6、No locks will be included; this kind of lock-free, concurrent data structure is also referred to as a
non-blocking
data structure. ─── 这个堆栈没有锁;这种无锁的并发数据结构也称为非阻塞数据结构。
7、The next thing to decide is the server model: "
Non-blocking
sockets, non threaded" , or "blocking sockets, threaded" . ─── 下一件事是决定服务器模型:“非阻塞soket,不使用线程”,或者“阻塞soket,使用线程”。
8、NeverBlock cannot help making a blocking driver
non-blocking
. ─── NeverBlock不能让一个阻塞的驱动变得非阻塞。
9、It is possible to stream data through the childs stdin, stdout, and stderr in a fully
non-blocking
way. ─── 可以通过子进程的标准输入、标准输出、标准错误输出以完全非阻塞的形式传递数据。