Skip to content

Commit

Permalink
patch
Browse files Browse the repository at this point in the history
  • Loading branch information
oligamiq committed Nov 23, 2023
1 parent d81e1df commit fac1ab5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/iphone/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ impl ViewDelegate for RootView {

fn did_load(&mut self, _view: View) {
LayoutConstraint::activate(&[]);
thread::spawn(|| {
std::thread::spawn(|| {
println!("Hello from a thread!");
});
}
Expand Down

0 comments on commit fac1ab5

Please sign in to comment.