[][src]Module libuv::requests::write

Structs

WriteReq

Write request type. Careful attention must be paid when reusing objects of this type. When a stream is in non-blocking mode, write requests sent with StreamHandle::write will be queued. Reusing objects at this point is undefined behaviour. It is safe to reuse the WriteReq object only after the callback passed to StreamHandle::write is fired.

Enums

WriteCB