vorner / arc-swap

Support atomic operations on Arc itself
Apache License 2.0
778 stars 31 forks source link

Find out if/when the Lease and Guard can be Sync or Send #14

Closed vorner closed 5 years ago

vorner commented 5 years ago

They contain raw pointers, so Rust conservatively makes them not being Send or Sync. Look through them and decide if they can be either or when (eg. related to T itself).

vorner commented 5 years ago

Released in 0.3.9