Skip to content
This repository was archived by the owner on May 6, 2018. It is now read-only.
This repository was archived by the owner on May 6, 2018. It is now read-only.

Rename AsyncWrite::shutdown #80

@carllerche

Description

@carllerche

Because this function is unrelated to TCP shutdown (and the AsyncWrite::shutdown impl for TcpStream does not call shutdown), the name of the function is very confusing.

A couple of options:

  • finalize
  • prepare_for_close
  • poll_close_ready
  • start_close

Related: #73.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions