You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
zk/tests/fixtures/full-sample/2cl7.md

334 B

Fearless concurrency

  • A term coined by the Rust team to advocate the ownership pattern as a way to not only solve memory bugs but also most concurrency bugs at compile time.

Reference

:programming: