Finish the Chan/Port types #10459
Labels
A-concurrency
Area: Concurrency
A-runtime
Area: std's runtime and "pre-main" init for handling backtraces, unwinds, stack overflows
Milestone
Right now these types have a few shortcomings, all of which need to get addressed for 1.0. Some specific problems with these types:
None
when the other side disconnects. send/recv on the other hand will block, andfail!()
if the other side disconnects. Almost everyone expects try_send/try_recv to not block and immediately return (returning whether there was something on the channel/port). We want both modes of operations, but clear names for them.The text was updated successfully, but these errors were encountered: