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 8e64679 commit 48563ff
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "terminate-thread"
version = "0.3.1"
version = "0.3.2-alpha.0"
edition = "2021"
repository = "https://github.com/uuhan/terminate-thread"
description = "A simple terminatable thread implemented with pthread"
Expand Down
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
## What is this?

It's just a simple terminatable thread implement with *pthread* for rust
It's just a simple terminatable thread implement with *posix thread* for rust

*LIMITATIONS*: `std::panic::catch_unwind` does not work in foreign language on Linux,

**BE CAREFUL** with the panics in `Thread::spawn`.

It works well in macOS. But, I can not figure out how to solve it on Linux.

## But Why?

Expand Down

0 comments on commit 48563ff

Please sign in to comment.