Closed
Description
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.
Metadata
Metadata
Assignees
Labels
Type
Projects
Relationships
Development
No branches or pull requests
Activity
bblum commentedon Jun 19, 2013
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 commentedon Aug 5, 2013
yes hello, this is triage speaking, nothing to contribute since my last comment
alexcrichton commentedon Dec 17, 2013
Oneshots have been removed.
Auto merge of rust-lang#5301 - JarredAllen:option_if_let_else, r=flip…