make the loop infinite
This commit is contained in:
parent
679d10f98b
commit
66aa3d0247
1 changed files with 1 additions and 0 deletions
|
|
@ -21,5 +21,6 @@ fn main() {
|
|||
|
||||
let _detached = std::thread::spawn(|| {
|
||||
X.with(|x| *x.borrow_mut() = Some(LoudDrop(1)));
|
||||
loop {}
|
||||
});
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue