async_call: ashet.pipe.Write
Documentation
Writes elements from data into the given pipe.
Inputs
handle: Pipedata: bytestrPointer to the first element. Length defines how many elements are to be transferred.
stride: usizeDistance between each element in
data. 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 write should operate.
Outputs
count: usizeNumbert of elements written into the pipe.