Function

Dexaio_write

Declaration [src]

DexFuture*
dex_aio_write (
  DexAioContext* aio_context,
  int fd,
  gconstpointer buffer,
  gsize count,
  goffset offset
)

Description [src]

An asynchronous pwrite() wrapper.

Parameters

aio_context DexAioContext
  No description available.
 The data is owned by the caller of the function.
fd int
  No description available.
buffer gconstpointer
  No description available.
count gsize
  No description available.
offset goffset
  No description available.

Return value

Returns: DexFuture
 

A future that will resolve when the write completes or rejects with error.

 The caller of the function takes ownership of the data, and is responsible for freeing it.