Some of the programs under 'test' give a compiler warning
    warning: "spawn" with unused result spawns a task that immediately dies
Does that literally mean what it sounds like it does - surely those
programs won't run properly if so? I've edited all the affected files
to assign all those results to auto variables, and set up a pull
request if you want.

Supplementary question - some files (e.g. task-comm-1.rs) have code
like "spawn thread func()". What's meaning of the word "thread" in
this context?

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

Reply via email to