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

7
LINES

< > BotCompany Repo | #1011381 // startAndJoinThread

JavaX fragment (include)

static void startAndJoinThread(O runnable) {
  joinThread(startThread(runnable));
}

static void startAndJoinThread(S name, O runnable) {
  joinThread(startThread(name, runnable));
}

Author comment

Began life as a copy of #1004558

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: #1011381
Snippet name: startAndJoinThread
Eternal ID of this version: #1011381/1
Text MD5: 06869178abbe9ba9b30102c399cb9cdb
Author: stefan
Category: javax
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2017-10-26 08:13:15
Source code size: 188 bytes / 7 lines
Pitched / IR pitched: No / No
Views / Downloads: 389 / 398
Referenced in: [show references]