Libraryless. Click here for Pure Java version (2509L/16K).
1 | svoid cancelThreadVerbose(Thread t) {
|
2 | if (t == null) ret; |
3 | print("Cancelling thread " + t
|
4 | + (t != currentThread() ? "": " (current thread!)")); |
5 | cancelThread(t); |
6 | } |
Began life as a copy of #1004549
download show line numbers debug dex old transpilations
Travelled to 7 computer(s): bhatertpkbcr, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tvejysmllsmz, vouqrxazstgt, xrpafgyirdlv
No comments. add comment
| Snippet ID: | #1029511 |
| Snippet name: | cancelThreadVerbose |
| Eternal ID of this version: | #1029511/1 |
| Text MD5: | 1d8c2eafabadd277648d69b63b091944 |
| Transpilation MD5: | 3c1c4b1fbe4c522c762661a45afd4e8e |
| Author: | stefan |
| Category: | javax |
| Type: | JavaX fragment (include) |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2020-08-16 19:39:11 |
| Source code size: | 176 bytes / 6 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 407 / 524 |
| Referenced in: | [show references] |