1 | svoid dm_onTopInput(final VF1<S> r) { |
2 | final DynModule m = dm_current_mandatory(); |
3 | dm_ownResource(vmBus_onMessage('topInput, voidfunc(fS s) { |
4 | m.enter(); |
5 | callF(r, s) |
6 | })); |
7 | } |
8 | |
9 | svoid dm_onTopInput(final Runnable r) { |
10 | final DynModule m = dm_current_mandatory(); |
11 | dm_ownResource(vmBus_onMessage('topInput, voidfunc(fS s) { |
12 | m.enter(); |
13 | callF(r) |
14 | })); |
15 | } |
download show line numbers debug dex old transpilations
Travelled to 12 computer(s): bhatertpkbcr, cbybwowwnfue, cfunsshuasjs, gwrvuhgaqvyk, irmadwmeruwu, ishqpsrjomds, lpdgvwnxivlt, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tvejysmllsmz, vouqrxazstgt
No comments. add comment
Snippet ID: | #1019570 |
Snippet name: | dm_onTopInput |
Eternal ID of this version: | #1019570/4 |
Text MD5: | 0b82cf4071254be7bdf2ac6473c89cf6 |
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-11-14 16:49:02 |
Source code size: | 383 bytes / 15 lines |
Pitched / IR pitched: | No / No |
Views / Downloads: | 382 / 422 |
Version history: | 3 change(s) |
Referenced in: | [show references] |