1 | svoid dm_sendToAllAttractorBots(S input, VF1<S> onResponse) { |
2 | LS modules = dm_attractorBotModules(); |
3 | for (S mod : modules) { |
4 | continue if dm_isMe(mod); |
5 | LS msgs = synchroList(); |
6 | { |
7 | temp vmBus_onMessage aBotSaid(voidfunc(O mod2, S output) { |
8 | print("Got " + output + " from " + mod2); |
9 | if (dm_sameModule(mod, mod2)) |
10 | msgs.add(output); |
11 | }); |
12 | //print("Calling: " + dm_moduleName(mod)); |
13 | dm_call(mod, 'submitInput, input); |
14 | } |
15 | for (S msg : msgs) |
16 | callF(onResponse, msg); |
17 | } |
18 | } |
download show line numbers debug dex old transpilations
Travelled to 7 computer(s): bhatertpkbcr, cfunsshuasjs, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tvejysmllsmz, vouqrxazstgt
No comments. add comment
Snippet ID: | #1023293 |
Snippet name: | dm_sendToAllAttractorBots |
Eternal ID of this version: | #1023293/2 |
Text MD5: | 1a1f6e2bb79905ca10801e73fe90ec42 |
Author: | stefan |
Category: | javax |
Type: | JavaX fragment (include) |
Public (visible to everyone): | Yes |
Archived (hidden from active list): | No |
Created/modified: | 2019-05-24 17:25:50 |
Source code size: | 556 bytes / 18 lines |
Pitched / IR pitched: | No / No |
Views / Downloads: | 252 / 305 |
Version history: | 1 change(s) |
Referenced in: | [show references] |