On Tue, Dec 24, 2013 at 10:23 PM, Daniel Micay <[email protected]> wrote: > >> 3. Having a bound of 1 by default. The default should allow for parallelism. > > A bound of 1 by default seems pretty stupid. I've never understood why > Go does this... it belongs in a separate type.
On second thought, this is a great thing for a debug build. It could help to prevent the code from developing a dependency on the queue capacity. _______________________________________________ Rust-dev mailing list [email protected] https://mail.mozilla.org/listinfo/rust-dev
