https://github.com/sollyucko/stop-thread
Various ways of stopping threads on various platforms, without requiring the thread to poll.
https://github.com/sollyucko/stop-thread
bindings concurrency cross-platform kill stop terminate thread unix windows
Last synced: 17 days ago
JSON representation
Various ways of stopping threads on various platforms, without requiring the thread to poll.
- Host: GitHub
- URL: https://github.com/sollyucko/stop-thread
- Owner: sollyucko
- License: cc0-1.0
- Created: 2020-04-08T04:54:22.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-04-09T00:29:19.000Z (about 6 years ago)
- Last Synced: 2025-09-23T22:35:09.099Z (7 months ago)
- Topics: bindings, concurrency, cross-platform, kill, stop, terminate, thread, unix, windows
- Language: Rust
- Homepage: https://crates.io/crates/stop-thread
- Size: 11.7 KB
- Stars: 6
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# stop-thread
Various ways of stopping threads on various platforms, without requiring the thread to poll.