Not logged in.  Login/Logout/Register | List snippets | | Create snippet | Upload image | Upload data

3
LINES

< > BotCompany Repo | #1029510 // cancelAndClearThreadsVerbose

JavaX fragment (include) [tags: use-pretranspiled]

Libraryless. Click here for Pure Java version (2521L/16K).

svoid cancelAndClearThreadsVerbose(Cl<Thread> l) {
  for (Thread t : cloneAndClearList(l)) cancelThreadVerbose(t);
}

Author comment

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: #1029510
Snippet name: cancelAndClearThreadsVerbose
Eternal ID of this version: #1029510/3
Text MD5: dfa0b9f83a4a68a487e038324e3fd5ca
Transpilation MD5: db8d4a2da9245dd7ee515df3619be81d
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:38:18
Source code size: 118 bytes / 3 lines
Pitched / IR pitched: No / No
Views / Downloads: 119 / 183
Version history: 2 change(s)
Referenced in: #1006654 - Standard functions list 2 (LIVE, continuation of #761)