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

15
LINES

< > BotCompany Repo | #1016333 // _startThread - synonym of startThread

JavaX fragment (include)

static Thread _startThread(O runnable) {
  ret startThread(runnable);
}



static Thread _startThread(S name, O runnable) {
  ret startThread(name, runnable);
}



static Thread _startThread(Thread t) {
  ret startThread(t);
}

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: #1016333
Snippet name: _startThread - synonym of startThread
Eternal ID of this version: #1016333/1
Text MD5: a13978431b6f233bd63441ee3b94ceaa
Author: stefan
Category:
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2018-06-15 14:45:58
Source code size: 230 bytes / 15 lines
Pitched / IR pitched: No / No
Views / Downloads: 333 / 365
Referenced in: [show references]