B | |
| buffer [Aio] |
Allocate an uninitialized buffer.
|
C | |
| context [Aio] |
Create a new context for n simultaneous requests.
|
G | |
| get_string [Aio] |
Get a string of length x from a buffer.
|
P | |
| put_string [Aio] |
Put a string into a buffer.
|
R | |
| read [Aio] |
fill buffer from file at given offset and call continuation
|
| result [Aio] |
Extract the buffer from a result or throw the proper exception
|
| rewind [Aio] |
Rewind a buffer to it start.
|
| run [Aio] |
run the context till there are no more pending requests
|
W | |
| write [Aio] |
write buffer to file at given offset and call continuation
|