Skip to content

Commit

Permalink
Merge pull request rust-lang#215 from alexcrichton/new-channel
Browse files Browse the repository at this point in the history
Rewrite the stream::channel implementation
  • Loading branch information
alexcrichton authored Oct 22, 2016
2 parents ad108b0 + 43a19c8 commit 9308b7e
Show file tree
Hide file tree
Showing 4 changed files with 310 additions and 758 deletions.
1 change: 0 additions & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,6 @@ pub use then::Then;

if_std! {
mod lock;
mod slot;
pub mod task;

mod catch_unwind;
Expand Down
Loading

0 comments on commit 9308b7e

Please sign in to comment.