Skip to content

io_uring: Handle partial writes properly #31

@ueno

Description

@ueno

tokio_uring::fs::write_at tries to write the entire content of buffer but the entire write may fail. It would be nice to schedule retry in that case.

This is not the case with tokio::io::AsyncWriteExt::write_all.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions