https://github.com/memcorrupt/jthreadmagic
Reimplement Thread#stop for Java 20+
https://github.com/memcorrupt/jthreadmagic
Last synced: 11 months ago
JSON representation
Reimplement Thread#stop for Java 20+
- Host: GitHub
- URL: https://github.com/memcorrupt/jthreadmagic
- Owner: memcorrupt
- License: mit
- Created: 2024-12-20T03:19:40.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-12-20T20:49:42.000Z (over 1 year ago)
- Last Synced: 2025-05-16T04:34:39.251Z (about 1 year ago)
- Language: C
- Size: 10.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# JThreadMagic
Reimplement Thread#stop for Java 20+.
**WARNING: The same issues that caused the Java team to remove Thread#stop are still present here. Do not use this unless you completely understand the considerations behind this decision.**