非同步的 meaning in English
anisochronous
asynchronous
non synchronized
non synchronous
non-synchronizing
nonsynchronized
Examples
- Consequently, asynchronous excitation and fibrillation of muscle fibers are observed .
所以就出现非同步的肌纤维兴奋和纤颤。 - Consider at design time how you will deal with asynchronous server responses
所以在设计时请考虑如何处理非同步的伺服器回应。 - When not in a synchronized method . surround the code to be synchronized in a synchronized block within a non - synchronized method and call
将那些需要同步的代码包在一个同步块中,里面不含有非同步的方法,并且在这些同步代码块之外才调用 - After calling sendasync , you must wait for the e - mail transmission to complete before attempting to send another e - mail message using send or sendasync
然而即虽然在按下寄信后,是以非同步的方式进行,但使用者仍必须等待前一封信寄送完成,才可寄送第二封信!