Asynchrony (computer programming): Difference between revisions

Content deleted Content added
{{computing-stub}}
<!-- DO NOT ADD DISAMBIGUATION TAGS TO THIS PAGE (per WP:INCOMPDAB and WP:DABCONCEPT) -->
Line 1:
<!-- DO NOT ADD DISAMBIGUATION TAGS TO THIS PAGE (per [[WP:INCOMPDAB]] and [[WP:DABCONCEPT]]) -->
'''Asynchrony''', in [[computer programming]], is the occurrence of asynchronous events, which are those occurring independently of the main program flow. Asynchronous actions are actions executed in a [[Non-blocking algorithm|non-blocking]] scheme, allowing the main program flow to continue processing.<ref>[http://msdn2.microsoft.com/en-us/library/7ch3stsw.aspx Microsoft documentation describing ''asynchronous message processing''. Accessed on 09-09-2007.]</ref> Asynchrony in computing and computer programming occur in [[concurrent computing]], while asynchronous function calls occur in [[futures and promises]].
 
Line 12 ⟶ 13:
 
{{computing-stub}}
<!-- DO NOT ADD DISAMBIGUATION TAGS TO THIS PAGE (per [[WP:INCOMPDAB]] and [[WP:DABCONCEPT]]) -->