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

10
LINES

< > BotCompany Repo | #1020033 // dm_afterUnvisualize

JavaX fragment (include)

svoid dm_afterUnvisualize(final Runnable r) {
  final DynModule m = dm_current_mandatory();
  dm_ownResource(vmBus_onMessage('moduleUnvisualized, voidfunc(O module) {
    O mm = dm_resolveModule(module);
    if (mm == m) {
      temp m.enter();
      callF(r);
    }
  }));
}

Author comment

Began life as a copy of #1019076

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: #1020033
Snippet name: dm_afterUnvisualize
Eternal ID of this version: #1020033/1
Text MD5: 991e4a2de4bfb6bcad250f936b8e2e30
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-04 16:14:04
Source code size: 284 bytes / 10 lines
Pitched / IR pitched: No / No
Views / Downloads: 215 / 235
Referenced in: [show references]