Skip to content

Commit

Permalink
README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
uuhan committed Jan 21, 2024
1 parent 48563ff commit 6aaa343
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ use terminate_thread::Thread;
Thread::spawn(|| {}); // ← bus error
```

- [ ] `std::panic::AssertUnwindSafe()` does not work in linux. == v0.3.0
- [ ] `std::panic::catch_unwind()` does not work in linux. == v0.3.0

```rust
use terminate_thread::Thread;
Expand Down

0 comments on commit 6aaa343

Please sign in to comment.