1
Fork 0

core: Add spawn, stream and friends to prelude. #5299

This commit is contained in:
Brian Anderson 2013-03-13 18:17:12 -07:00
parent ab5472a724
commit 34113dcf6a

View file

@ -43,6 +43,10 @@ pub use vec::{CopyableVector, ImmutableVector};
pub use vec::{ImmutableEqVector, ImmutableCopyableVector};
pub use vec::{OwnedVector, OwnedCopyableVector};
/* Reexported runtime types */
pub use comm::{stream, Port, Chan, GenericChan, GenericSmartChan, GenericPort, Peekable};
pub use task::spawn;
/* Reexported modules */
pub use at_vec;