Difference between revisions of "Asynchronous I/O"
From Wiki @ Karl Jones dot com
Karl Jones (Talk | contribs) |
Karl Jones (Talk | contribs) (→Ajax) |
||
Line 3: | Line 3: | ||
== Ajax == | == Ajax == | ||
− | See [[Ajax (programming)]]. | + | See [[Ajax (programming)]]. |
== See also == | == See also == |
Revision as of 17:22, 6 February 2016
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
- Asynchronous I/O @ Wikipedia