AC: composable asynchronous IO for native languages
OOPSLA, pp. 903-920, 2011.
EI
Abstract:
This paper introduces AC, a set of language constructs for composable asynchronous IO in native languages such as C/C++. Unlike traditional synchronous IO interfaces, AC lets a thread issue multiple IO requests so that they can be serviced concurrently, and so that long-latency operations can be overlapped with computation. Unlike traditi...More
Code:
Data:
Full Text
Tags
Comments