Skip to content

Rename core::comm::oneshot #5301

Closed
Closed
@brson

Description

@brson
Contributor

As in #5300, this function and associated types will be very heavily used once they work reliably. I don't like the name all that much.

Activity

bblum

bblum commented on Jun 19, 2013

@bblum
Contributor

perhaps once_pipe for the function name, and OnceChan and OncePort for the type name, to correspond to the OnceClosure traits we're going to have to have.

alternatively, Chan1 and Port1, for increased conciseness but less approachability.

bblum

bblum commented on Aug 5, 2013

@bblum
Contributor

yes hello, this is triage speaking, nothing to contribute since my last comment

alexcrichton

alexcrichton commented on Dec 17, 2013

@alexcrichton
Member

Oneshots have been removed.

added a commit that references this issue on Jul 14, 2020

Auto merge of rust-lang#5301 - JarredAllen:option_if_let_else, r=flip…

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    A-concurrencyArea: ConcurrencyA-runtimeArea: std's runtime and "pre-main" init for handling backtraces, unwinds, stack overflowsC-cleanupCategory: PRs that clean code up or issues documenting cleanup.

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

      Development

      No branches or pull requests

        Participants

        @alexcrichton@brson@bblum

        Issue actions

          Rename `core::comm::oneshot` · Issue #5301 · rust-lang/rust