bulds
This commit is contained in:
committed by
Greg Fitzgerald
parent
eb3e5fd204
commit
a016f6e82e
@ -319,7 +319,7 @@ impl FullNode {
|
||||
}
|
||||
|
||||
//used for notifying many nodes in parallel to exit
|
||||
pub fn notify_exit(self) {
|
||||
pub fn notify_exit(&self) {
|
||||
self.exit.store(true, Ordering::Relaxed);
|
||||
}
|
||||
pub fn close(self) -> Result<()> {
|
||||
|
Reference in New Issue
Block a user