async_call: ashet.pipe.Read
Documentation
Reads elements from a pipe into buffer.
Inputs
handle: Pipebuffer: bytebufPoints to the first element to be received.
stride: usizeDistance between each element in
buffer. Can be different from the pipes element size to allow sparse data to be transferred. If0, it will use theobject_sizeproperty of the pipe.mode: PipeModeDefines how the read should operate.
Outputs
count: usizeNumber of elements read.