static int killThreadsOfExpiredMainClasses() { L<Class> l = expiredMainClasses(); int n = 0; for (Class c : l) { L<Thread> threads = registeredThreads(c); n += l(threads); interruptThreads(threads); } ret n; }
download show line numbers debug dex old transpilations
Travelled to 13 computer(s): aoiabmzegqzx, bhatertpkbcr, cbybwowwnfue, cfunsshuasjs, gwrvuhgaqvyk, ishqpsrjomds, lpdgvwnxivlt, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tslmcundralx, tvejysmllsmz, vouqrxazstgt
No comments. add comment
Snippet ID: | #1010508 |
Snippet name: | killThreadsOfExpiredMainClasses |
Eternal ID of this version: | #1010508/2 |
Text MD5: | 250739cdeeb85bd6c784c1aa5a9f275a |
Author: | stefan |
Category: | javax |
Type: | JavaX fragment (include) |
Public (visible to everyone): | Yes |
Archived (hidden from active list): | No |
Created/modified: | 2017-09-19 16:48:54 |
Source code size: | 240 bytes / 10 lines |
Pitched / IR pitched: | No / No |
Views / Downloads: | 315 / 366 |
Version history: | 1 change(s) |
Referenced in: | [show references] |