mirror of
https://github.com/danbulant/cushy
synced 2026-07-06 11:40:37 +00:00
Finishing sentence in docs
This commit is contained in:
parent
55b43cb4aa
commit
bd13003cbb
1 changed files with 2 additions and 1 deletions
|
|
@ -3591,7 +3591,8 @@ impl InvalidationBatch<'_> {
|
||||||
|
|
||||||
/// Invokes all pending invalidations.
|
/// Invokes all pending invalidations.
|
||||||
///
|
///
|
||||||
/// This function is a no-op if `self` is a nested batch. Only the first batch of each thread
|
/// This function is a no-op if `self` is a nested batch. Only the root
|
||||||
|
/// batch of each thread can trigger invalidations manually.
|
||||||
pub fn invoke(&self) {
|
pub fn invoke(&self) {
|
||||||
let mut batch = self.0.borrow_mut();
|
let mut batch = self.0.borrow_mut();
|
||||||
if batch.nesting == 1 {
|
if batch.nesting == 1 {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue