形容词
中文翻译:异步的
同义词:
['asynchronous', 'synchronous']
例句:
-
1. The server is asynchronous, so it doesn't affect the other parts of the system.
服务器是非同步的,所以它不影响系统的其他部分。
-
2. The data transmission is asynchronous, which means that it can be done in parallel withoutwaiting for the previous one to finish.
数据传输是非同步的,这意味着它可以并行进行,不需要等待前一个任务完成。
-
3.In asynchronous programming, tasks are scheduled and executed independently from each other.
在异步编程中,任务彼此独立地被调度和执行。