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

8
LINES

< > BotCompany Repo | #1015168 // dynamicCallableMC_thread

JavaX fragment (include)

static DynamicCallable dynamicCallableMC_thread(fS methodName) {
  ret new DynamicCallable {
    public O _dyn(final O[] args) {
      thread { callMC(methodName, args); }
      null;
    }
  };
}

Author comment

Began life as a copy of #1015167

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: #1015168
Snippet name: dynamicCallableMC_thread
Eternal ID of this version: #1015168/5
Text MD5: bda511dff029696c7ff3c262badeb498
Author: stefan
Category: javax
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2018-05-10 14:13:46
Source code size: 203 bytes / 8 lines
Pitched / IR pitched: No / No
Views / Downloads: 308 / 329
Version history: 4 change(s)
Referenced in: [show references]