Libraryless. Click here for Pure Java version (2519L/16K).
svoid cancelAndClearThreadsExceptCurrent(Cl<Thread> l) { for (Thread t : cloneAndClearList(l)) cancelThreadUnlessCurrent(t); }
Began life as a copy of #1029501
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: | #1029512 |
| Snippet name: | cancelAndClearThreadsExceptCurrent |
| Eternal ID of this version: | #1029512/1 |
| Text MD5: | 36983e534ee744b503b3d338dfdf89ea |
| Transpilation MD5: | 0721c8e6e5bb217f0228b040b7b5a6ac |
| 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:41:01 |
| Source code size: | 130 bytes / 3 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 409 / 525 |
| Referenced in: | #1006654 - Standard functions list 2 (LIVE, continuation of #761) |