1 | svoid dm_afterUnvisualize(final Runnable r) {
|
2 | final DynModule m = dm_current_mandatory(); |
3 | dm_ownResource(vmBus_onMessage('moduleUnvisualized, voidfunc(O module) {
|
4 | O mm = dm_resolveModule(module); |
5 | if (mm == m) {
|
6 | temp m.enter(); |
7 | callF(r); |
8 | } |
9 | })); |
10 | } |
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: | 506 / 536 |
| Referenced in: | [show references] |