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 pwrite() wrapper.
pwrite()
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 write at
fd
a future that will resolve when the write completes or rejects with error.
An asynchronous
pwrite()wrapper.Generally you want to provide
NULLfor theaio_contextas that will get the default aio context for your scheduler.