Jump to content

Asynchrony (computer programming)

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by BD2412 (talk | contribs) at 13:30, 8 January 2016 (Filled in 2 bare reference(s) with reFill ()). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

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 scheme, allowing the main program flow to continue processing.[1] Asynchrony in computing and computer programming occur in concurrent computing, while asynchronous function calls occur in futures and promises.

Examples include:

References

  1. ^ Microsoft documentation describing asynchronous message processing. Accessed on 09-09-2007.
  2. ^ Chris Shiflett. "Ajax Is Not an Acronym".
  3. ^ "AJAX vs Ajax - Ajax ofcourse! (Arun Gupta, Miles to go ...)".
  4. ^ Jesse James Garrett (18 February 2005). "Ajax: A New Approach to Web Applications". AdaptivePath.com. Archived from the original on 2 July 2008. Retrieved 19 June 2008.
  5. ^ ICE usage of AMD.