TypeScript API Documentation for DEX
API Version: 1
Library Version: 1.0.0
Generated with TypeDoc via ts-for-gir v5.2.0
An asynchronous pread() wrapper.
pread()
Generally you want to provide NULL for the aio_context as that will get the default aio context for your scheduler.
NULL
aio_context
the positioned offset within fd to read from
fd
a future that will resolve when the read completes or rejects with error.
An asynchronous
pread()wrapper.Generally you want to provide
NULLfor theaio_contextas that will get the default aio context for your scheduler.