Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upUse pipe::oneshot everywhere #121
Closed
Labels
Comments
|
I believe oneshot also enforces that the send happens too. So when used as a response channel provides something like guaranteed delivery (or failure). |
|
Doesn't exist any longer. |
ChrisParis
pushed a commit
to ChrisParis/servo
that referenced
this issue
Sep 7, 2014
add a clear license for the TS
glennw
added a commit
to glennw/servo
that referenced
this issue
Jan 16, 2017
Refactoring in prep work for gpu clipping.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Probably rename
oneshotto something better too.For message responses, these are more efficient than
pipes::Chan. We should get in the habit of using them.