mirror of
https://github.com/f-droid/fdroidclient.git
synced 2026-06-18 04:39:45 -04:00
`volatile` allows for safe multi-threaded reading, `synchronized` allows for safe multi-threaded writing.
`volatile` allows for safe multi-threaded reading, `synchronized` allows for safe multi-threaded writing.