You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
comm is the user-facing interface to pipes. It currently reexports pipes::Selectable so it can be used by selecti and select2i. This exposes a single detail of core::pipes, which otherwise users don't need to be aware of. Decide whether this trait belongs to pipes or to comm.
The same issue exists in the new implementation of select currently in libstd/rt/select.rs. We discussed a plan for fixing the trait definitions in #8008.
Activity
pnkfelix commentedon Jun 18, 2013
This should probably be folded into Issue #6842.
pnkfelix commentedon Jun 18, 2013
(but I won't close it; instead it will remain as a thorn in the side of whomever is implementing #6842. :)
bblum commentedon Jul 31, 2013
The same issue exists in the new implementation of select currently in
libstd/rt/select.rs
. We discussed a plan for fixing the trait definitions in #8008.graydon commentedon Jul 31, 2013
Appears to be still relevant. Properly classified, moving on.
bblum commentedon Jul 31, 2013
Also, the select routine itself can be moved out of the runtime.
Auto merge of rust-lang#5185 - krishna-veerareddy:issue-5160-lossy-fl…