TypeScript API Documentation for DEX
API Version: 1
Library Version: 1.0.0
Generated with TypeDoc via ts-for-gir v5.2.0
Since 1.2
An asynchronous close() wrapper.
close()
This function takes ownership of fd and will close it asynchronously.
fd
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 file descriptor to close
a future that will resolve to true when the close completes or rejects with error.
true
1.2
An asynchronous
close()wrapper.This function takes ownership of
fdand will close it asynchronously.Generally you want to provide
NULLfor theaio_contextas that will get the default aio context for your scheduler.