A Practical Analysis of Rust’s Concurrency Story

Correct concurrent programs are difficult to write; when multiple threads
mutate shared data, they may lose writes, corrupt data, or produce erratic
program behavior. While many of the data-race issues with concurrency can be
avoided by the placing of loc… Read more

Similar

GCC-Rust Development Plan

In conjunction with the recent announcement of the GNU tool chain implementation of Rust supported by Open Source Security, Inc. and Embecosm we want to outline how the project will move forward. (more…)

Read more »