Index of values


C
clear [Aio.Buffer]
zero fill a buffer and rewind
context [Aio]
Create a new context for n simultaneous requests.
create [Aio.Buffer]
Allocate an uninitialized buffer.

F
fd [Aio]
return eventfd associated with the context

G
get_be_int16 [Aio.Buffer]
get_be_int31 [Aio.Buffer]
get_be_int32 [Aio.Buffer]
get_be_int64 [Aio.Buffer]
Access with alignment and range checking
get_be_uint16 [Aio.Buffer]
get_int16 [Aio.Buffer]
get_int31 [Aio.Buffer]
get_int32 [Aio.Buffer]
get_int64 [Aio.Buffer]
Access with alignment and range checking
get_int8 [Aio.Buffer]
get_le_int16 [Aio.Buffer]
get_le_int31 [Aio.Buffer]
get_le_int32 [Aio.Buffer]
get_le_int64 [Aio.Buffer]
Access with alignment and range checking
get_le_uint16 [Aio.Buffer]
get_net_int16 [Aio.Buffer]
get_net_int31 [Aio.Buffer]
get_net_int32 [Aio.Buffer]
get_net_int64 [Aio.Buffer]
Access with alignment and range checking
get_net_uint16 [Aio.Buffer]
get_str [Aio.Buffer]
convert buffer to string
get_substr [Aio.Buffer]
extract string from buffer
get_uint16 [Aio.Buffer]
get_uint8 [Aio.Buffer]

L
length [Aio.Buffer]
Length of the buffer.

P
page_size [Aio.Buffer]
Systems page size.
poll [Aio]
poll file descriptor and call continuation
process [Aio]
process finished events and return

R
read [Aio]
fill buffer from file at given offset and call continuation
result [Aio]
Extract the Buffer.t from a result or throw the proper exception
run [Aio]
run the context till there are no more pending requests

S
set_be_int16 [Aio.Buffer]
set_be_int31 [Aio.Buffer]
set_be_int32 [Aio.Buffer]
set_be_int64 [Aio.Buffer]
Access with alignment and range checking
set_be_uint16 [Aio.Buffer]
set_int16 [Aio.Buffer]
set_int31 [Aio.Buffer]
set_int32 [Aio.Buffer]
set_int64 [Aio.Buffer]
Access with alignment and range checking
set_int8 [Aio.Buffer]
set_le_int16 [Aio.Buffer]
set_le_int31 [Aio.Buffer]
set_le_int32 [Aio.Buffer]
set_le_int64 [Aio.Buffer]
Access with alignment and range checking
set_le_uint16 [Aio.Buffer]
set_net_int16 [Aio.Buffer]
set_net_int31 [Aio.Buffer]
set_net_int32 [Aio.Buffer]
set_net_int64 [Aio.Buffer]
Access with alignment and range checking
set_net_uint16 [Aio.Buffer]
set_str [Aio.Buffer]
convert string to buffer
set_substr [Aio.Buffer]
import string to buffer
set_uint16 [Aio.Buffer]
set_uint8 [Aio.Buffer]
sync_read [Aio]
fill buffer from file at given offset, blocking
sync_write [Aio]
write buffer to file at given offset, blocking

U
unsafe_get_be_int16 [Aio.Buffer]
unsafe_get_be_int31 [Aio.Buffer]
unsafe_get_be_int32 [Aio.Buffer]
unsafe_get_be_int64 [Aio.Buffer]
Unsafe access without checks.
unsafe_get_be_uint16 [Aio.Buffer]
unsafe_get_int16 [Aio.Buffer]
unsafe_get_int31 [Aio.Buffer]
unsafe_get_int32 [Aio.Buffer]
unsafe_get_int64 [Aio.Buffer]
Unsafe access without checks.
unsafe_get_int8 [Aio.Buffer]
unsafe_get_le_int16 [Aio.Buffer]
unsafe_get_le_int31 [Aio.Buffer]
unsafe_get_le_int32 [Aio.Buffer]
unsafe_get_le_int64 [Aio.Buffer]
Unsafe access without checks.
unsafe_get_le_uint16 [Aio.Buffer]
unsafe_get_net_int16 [Aio.Buffer]
unsafe_get_net_int31 [Aio.Buffer]
unsafe_get_net_int32 [Aio.Buffer]
unsafe_get_net_int64 [Aio.Buffer]
Unsafe access without checks.
unsafe_get_net_uint16 [Aio.Buffer]
unsafe_get_substr [Aio.Buffer]
unsafe extract string from buffer
unsafe_get_uint16 [Aio.Buffer]
unsafe_get_uint8 [Aio.Buffer]
unsafe_set_be_int16 [Aio.Buffer]
unsafe_set_be_int31 [Aio.Buffer]
unsafe_set_be_int32 [Aio.Buffer]
unsafe_set_be_int64 [Aio.Buffer]
Unsafe access without checks.
unsafe_set_be_uint16 [Aio.Buffer]
unsafe_set_int16 [Aio.Buffer]
unsafe_set_int31 [Aio.Buffer]
unsafe_set_int32 [Aio.Buffer]
unsafe_set_int64 [Aio.Buffer]
Unsafe access without checks.
unsafe_set_int8 [Aio.Buffer]
unsafe_set_le_int16 [Aio.Buffer]
unsafe_set_le_int31 [Aio.Buffer]
unsafe_set_le_int32 [Aio.Buffer]
unsafe_set_le_int64 [Aio.Buffer]
Unsafe access without checks.
unsafe_set_le_uint16 [Aio.Buffer]
unsafe_set_net_int16 [Aio.Buffer]
unsafe_set_net_int31 [Aio.Buffer]
unsafe_set_net_int32 [Aio.Buffer]
unsafe_set_net_int64 [Aio.Buffer]
Unsafe access without checks.
unsafe_set_net_uint16 [Aio.Buffer]
unsafe_set_substr [Aio.Buffer]
unsafe import string from buffer
unsafe_set_uint16 [Aio.Buffer]
unsafe_set_uint8 [Aio.Buffer]

W
write [Aio]
write buffer to file at given offset and call continuation