memrootじしょ
英和翻訳
non-blocking
at any second
protuberance
memorization
non-ideal theory
no problems
tributary
non-blocking
[nɑːnˈblɑːkɪŋ]
ノンブロッキング
1.
処理がブロックされず、他の操作を継続できる状態。
主にプログラミングやシステム設計において、ある操作が完了するまで待機せず、他の処理を並行して実行できる特性を表します。これにより、システムの応答性や効率が向上します。
This
I/O
operation
is
non-blocking,
allowing
the
application
to
remain
responsive.
(このI/O操作はノンブロッキングなので、アプリケーションは応答性を保つことができます。)
This I/O operation
この入出力操作
is non-blocking
ノンブロッキングである
allowing the application
アプリケーションが〜することを可能にする
to remain responsive
応答性を保つ
Non-blocking
calls
are
crucial
for
high-performance
network
servers.
(ノンブロッキングな呼び出しは、高性能なネットワークサーバーにとって非常に重要です。)
Non-blocking calls
ノンブロッキング呼び出し
are crucial
非常に重要である
for high-performance network servers
高性能ネットワークサーバーにとって
Implement
a
non-blocking
UI
to
prevent
freezes
during
long
computations.
(長い計算中にフリーズを防ぐため、ノンブロッキングUIを実装してください。)
Implement
実装する
a non-blocking UI
ノンブロッキングなユーザーインターフェース
to prevent freezes
フリーズを防ぐため
during long computations
長い計算中
関連
asynchronous
blocking
concurrent
parallel
reactive