Skip to content

Doc: Sender state that send will be blocked #444

Closed
@vchekan

Description

@vchekan

Documentation states that Sender::send will "block the current task until the send operation can proceed". The word "block" is potentially misleading, because it is usually applied as synonymous to "will block thread". Could it be reformulated with word "await" somehow? For example: "If the channel is full, this method will await until operation can proceed."

/// If the channel is full, this method will block the current task until the send operation

Metadata

Metadata

Assignees

No one assigned

    Labels

    documentationImprovements or additions to documentation

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions