Asynchronous I/O

From Wiki @ Karl Jones dot com
Revision as of 05:29, 21 April 2016 by Karl Jones (Talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

In computer science, asynchronous I/O, or non-blocking I/O is a form of input/output processing that permits other processing to continue before the transmission has finished.

Ajax

See Ajax (programming).

See also

External links