IoCtx.asyncRead

Undocumented in source. Be warned that the author may not have intended to support it.
  1. void asyncRead(const(char)* name, T[] data, iocBack thesafe, iocBack thecomplate, ulong offset)
    class IoCtx
    void
    asyncRead
    (
    T
    )
    (
    const(char)* name
    ,
    T[] data
    ,,,
    ulong offset = 0
    )
  2. void asyncRead(const(char)* name, size_t readLen, iocBack thesafe, iocBack thecomplate, ulong offset)

Meta