1.
asynchronous; not synchronized
in computing and communication, a mode of operation where processes or data transfer do not occur at the same time or rate; not requiring coordination of timing
非同期通信を使う。
We use asynchronous communication.
非同期処理でパフォーマンスを向上させる。
Improve performance with asynchronous processing.
この関数は非同期で実行される。
This function is executed asynchronously.
TECHNICAL/IT TERM:
非同期 is commonly used in computing, programming, and telecommunications to describe processes that don't require time synchronization.
COMMON COLLOCATIONS:
- 非同期処理 - asynchronous processing
- 非同期通信 - asynchronous communication
- 非同期プログラミング - asynchronous programming
- 非同期API - asynchronous API
CONTRAST:
- 非同期 (asynchronous) vs 同期 (synchronous)
- 非同期: processes run independently
- 同期: processes are coordinated in time
PROGRAMMING CONTEXT:
In modern programming, 非同期 operations allow programs to continue executing while waiting for slow operations (like network requests) to complete.