static DynamicCallable dynamicCallableMC_thread(fS methodName) { ret new DynamicCallable { public O _dyn(final O[] args) { thread { callMC(methodName, args); } null; } }; }
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: | 582 / 611 |
| Version history: | 4 change(s) |
| Referenced in: | #1006654 - Standard functions list 2 (LIVE, continuation of #761) |