sS dm_remote_callModule(S computerID, S moduleID, S method, O... args) { L _args = ll(moduleID, method); addAll(_args, args); ret dm_evalOnOtherMachine(computerID, "dm_call(" + joinWithComma(map structureToJava(_args)) + ")", realEval := true); }
Began life as a copy of #1020509
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: | #1020510 |
Snippet name: | dm_remote_callModule - will not work with all kinds of arguments |
Eternal ID of this version: | #1020510/3 |
Text MD5: | c1cb60b4607427a93ffe84183f6a8287 |
Author: | stefan |
Category: | javax / stefan's os |
Type: | JavaX fragment (include) |
Public (visible to everyone): | Yes |
Archived (hidden from active list): | No |
Created/modified: | 2018-12-25 17:14:14 |
Source code size: | 262 bytes / 6 lines |
Pitched / IR pitched: | No / No |
Views / Downloads: | 209 / 256 |
Version history: | 2 change(s) |
Referenced in: | #1006654 - Standard functions list 2 (LIVE, continuation of #761) #1020511 - dm_remote_callModule_safeRestruct - will not work with all kinds of arguments |