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

5
LINES

< > BotCompany Repo | #1030788 // dm_rstOverModuleQ - make RSTOverQ over module queue. automatically enters() before calling the runnable

JavaX fragment (include) [tags: use-pretranspiled]

Libraryless. Click here for Pure Java version (11515L/75K).

static RSTOverQ dm_rstOverModuleQ(DynModule mod default dm_current_mandatory(), Runnable r) {
  RSTOverQ rst = new(r, mod.q());
  rst.enter = dm_rEnter(mod);
  ret rst;
}

Author comment

Began life as a copy of #1018862

download  show line numbers  debug dex  old transpilations   

Travelled to 4 computer(s): bhatertpkbcr, mqqgnosmbjvj, pyentgdyhuwx, vouqrxazstgt

No comments. add comment

Snippet ID: #1030788
Snippet name: dm_rstOverModuleQ - make RSTOverQ over module queue. automatically enters() before calling the runnable
Eternal ID of this version: #1030788/5
Text MD5: eace16468c006e60916c2a7649e19ac5
Transpilation MD5: 0b9bc563bb9b331b7b521dc589958e4b
Author: stefan
Category: javax / threading
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2021-03-25 19:20:04
Source code size: 174 bytes / 5 lines
Pitched / IR pitched: No / No
Views / Downloads: 116 / 193
Version history: 4 change(s)
Referenced in: [show references]