Vocab Bloom Hub

asynchronous operation

/eɪˈsɪŋkrənəs ˌɒpəˈreɪʃən/

翻译: 指独立于主程序流程执行的运算或过程,允许其他任务继续进行而不必等待其完成。

1 个条目

phrase

C1formalcommonIT/eɪˈsɪŋkrənəs ˌɒpəˈreɪʃən/

A technical term referring to an operation or process that occurs independently of the main program flow, allowing other tasks to proceed without waiting for its completion.

  • 🇨🇳指独立于主程序流程执行的运算或过程,允许其他任务继续进行而不必等待其完成。
  1. Non-blocking execution C1 formal

    An operation that allows a program to start a task and continue executing other code without waiting for the task to complete.

    • The web application uses asynchronous operations to load data without freezing the user interface.
    • In JavaScript, promises are used to handle asynchronous operations.
    • Asynchronous operations improve the performance of server-side applications by handling multiple requests simultaneously.

    🇨🇳异步操作