asynchronous
JMdict
AIによる解説
Asynchronous means not occurring at the same time or not synchronized. In computing, it describes operations that don't block program execution while waiting for completion (e.g., AJAX, async/await). Also used in communication contexts (email is asynchronous vs. phone calls which are synchronous).
ライセンス: KeyLang Original
JavaScript uses asynchronous programming for web requests.
JavaScriptはウェブリクエストに非同期プログラミングを使用する。
Coroutines make asynchronous programming more manageable.
コルーチンは非同期プログラミングをより扱いやすくする。
Modern programming languages support asynchronous operations for better performance.
現代のプログラミング言語は性能向上のために非同期操作をサポートしている。
Asynchronism in distributed systems can cause data inconsistencies.
分散システムにおける非同期性はデータの不整合を引き起こす可能性がある。
Pronunciation data from ipa-dict (MIT License) based on cmudict-ipa by @lingz