On 12-05-03 09:49 PM, Niko Matsakis wrote:
> So you can write:
> 
>     let x = ~3;
>     task::spawn { |move x|
>         // use x in here
>     }
> ... 
> I implemented this but wanted to do a final check before pushing to see
> if anyone had any objections.

I think this is as good as any, yeah. Thanks for grinding down these
little corners. The details do count :)

-Graydon

_______________________________________________
Rust-dev mailing list
[email protected]
https://mail.mozilla.org/listinfo/rust-dev

Reply via email to