vmware-archive / haret

A strongly consistent distributed coordination system, built using proven protocols & implemented in Rust.
461 stars 18 forks source link

Document a strategy for when it is ok to use unwrap #18

Closed andrewjstone closed 7 years ago

andrewjstone commented 7 years ago

This is real old and clearly not going to happen. Best to avoid unwrap unless the result is known ahead of time.