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

5
LINES

< > BotCompany Repo | #1028120 // cancelAndInterruptThreadAndWait

JavaX fragment (include)

static void cancelAndInterruptThreadAndWait(Thread t) {
  if (t == null) ret;
  cancelAndInterruptThread(t);
  waitUntilThreadNewOrTerminated(t);
}

Author comment

Began life as a copy of #1009344

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: #1028120
Snippet name: cancelAndInterruptThreadAndWait
Eternal ID of this version: #1028120/1
Text MD5: 5d1eacb877bb931e8ec59276e56bb4e6
Author: stefan
Category: javax
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2020-05-20 13:13:48
Source code size: 151 bytes / 5 lines
Pitched / IR pitched: No / No
Views / Downloads: 108 / 141
Referenced in: [show references]