File tree Expand file tree Collapse file tree 1 file changed +1
-3
lines changed
pr/104/docs/src/iroh_blobs/store/fs/util Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Original file line number Diff line number Diff line change 1335
1335
< a href ="#1334 " id ="1334 "> 1334</ a >
1336
1336
< a href ="#1335 " id ="1335 "> 1335</ a >
1337
1337
< a href ="#1336 " id ="1336 "> 1336</ a >
1338
- < a href ="#1337 " id ="1337 "> 1337</ a >
1339
- < a href ="#1338 " id ="1338 "> 1338</ a > </ pre > </ div > < pre class ="rust "> < code > < span class ="attr "> #![allow(dead_code)]
1338
+ < a href ="#1337 " id ="1337 "> 1337</ a > </ pre > </ div > < pre class ="rust "> < code > < span class ="attr "> #![allow(dead_code)]
1340
1339
</ span > < span class ="kw "> use </ span > std::{fmt::Debug, future::Future, hash::Hash};
1341
1340
1342
1341
< span class ="kw "> use </ span > n0_future::{future, FuturesUnordered};
1557
1556
)
1558
1557
.< span class ="kw "> await
1559
1558
</ span > .ok();
1560
- < span class ="macro "> println!</ span > (< span class ="string "> "Calling on_shutdown {}"</ span > , < span class ="self "> self</ span > .state.state.ref_count());
1561
1559
< span class ="macro "> assert_eq!</ span > (< span class ="self "> self</ span > .state.state.ref_count(), < span class ="number "> 1</ span > );
1562
1560
P::on_shutdown(< span class ="self "> self</ span > .state.clone(), ShutdownCause::Idle).< span class ="kw "> await</ span > ;
1563
1561
< span class ="comment "> // Notify the main actor that we have completed shutdown.
You can’t perform that action at this time.
0 commit comments