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

8
LINES

< > BotCompany Repo | #1020835 // startDaemonThread

JavaX fragment (include)

1  
static Thread startDaemonThread(O runnable) {
2  
  ret startDaemonThread(defaultThreadName(), runnable);
3  
}
4  
5  
static Thread startDaemonThread(S name, O runnable) {
6  
  runnable = wrapAsActivity(runnable);
7  
  ret startThread(newDaemonThread(toRunnable(runnable), name));
8  
}

Author comment

Began life as a copy of #1004558

download  show line numbers  debug dex  old transpilations   

Travelled to 8 computer(s): bhatertpkbcr, cfunsshuasjs, gwrvuhgaqvyk, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tvejysmllsmz, vouqrxazstgt

No comments. add comment

Snippet ID: #1020835
Snippet name: startDaemonThread
Eternal ID of this version: #1020835/1
Text MD5: 890ed7aef1ceefc699378511fa8537c7
Author: stefan
Category: javax
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2019-01-03 22:51:21
Source code size: 270 bytes / 8 lines
Pitched / IR pitched: No / No
Views / Downloads: 237 / 278
Referenced in: [show references]