mirror of
https://github.com/neondatabase/neon.git
synced 2026-01-15 09:22:55 +00:00
doc: create guard => new download has been started
This commit is contained in:
@@ -349,8 +349,8 @@ struct LayerInner {
|
||||
/// [`LayerInner::on_drop`].
|
||||
wanted_evicted: AtomicBool,
|
||||
|
||||
/// Version is to make sure we will in fact only evict a file if no new guard has been created
|
||||
/// for it.
|
||||
/// Version is to make sure we will in fact only evict a file if no new download has been
|
||||
/// started.
|
||||
version: AtomicUsize,
|
||||
|
||||
/// Allow subscribing to when the layer actually gets evicted.
|
||||
|
||||
Reference in New Issue
Block a user