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

7
LINES

< > BotCompany Repo | #1011382 // joinThread

JavaX fragment (include)

static void joinThread(Thread t) ctex {
  if (t != null) t.join();
}

static void joinThread(Thread t, long ms) ctex {
  if (t != null) t.join(ms);
}

download  show line numbers  debug dex  old transpilations   

Travelled to 14 computer(s): aoiabmzegqzx, bhatertpkbcr, cbybwowwnfue, cfunsshuasjs, gwrvuhgaqvyk, irmadwmeruwu, ishqpsrjomds, lpdgvwnxivlt, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tslmcundralx, tvejysmllsmz, vouqrxazstgt

No comments. add comment

Snippet ID: #1011382
Snippet name: joinThread
Eternal ID of this version: #1011382/4
Text MD5: b85666bb545c316be8d9263c24235dc4
Author: stefan
Category: javax
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2018-08-29 18:28:35
Source code size: 155 bytes / 7 lines
Pitched / IR pitched: No / No
Views / Downloads: 373 / 420
Version history: 3 change(s)
Referenced in: [show references]