1 | static Thread _startThread(O runnable) { |
2 | ret startThread(runnable); |
3 | } |
4 | |
5 | |
6 | |
7 | static Thread _startThread(S name, O runnable) { |
8 | ret startThread(name, runnable); |
9 | } |
10 | |
11 | |
12 | |
13 | static Thread _startThread(Thread t) { |
14 | ret startThread(t); |
15 | } |
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: | 403 / 438 |
Referenced in: | [show references] |