Difference between revisions of "Asynchronous I/O"
From Wiki @ Karl Jones dot com
Karl Jones (Talk | contribs) (→Ajax) |
Karl Jones (Talk | contribs) |
||
Line 16: | Line 16: | ||
* [https://en.wikipedia.org/wiki/Asynchronous_I/O Asynchronous I/O] @ Wikipedia | * [https://en.wikipedia.org/wiki/Asynchronous_I/O Asynchronous I/O] @ Wikipedia | ||
+ | |||
+ | [[Category:Computer science]] |
Revision as of 04:29, 21 April 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