()(どうき)

ひどうき
noun, no-adjective
asynchronous
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.