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

11
LINES

< > BotCompany Repo | #1019082 // dm_rstWithPostDelay - ReliableSingleThread with a delay after execution

JavaX fragment (include)

static ReliableSingleThread dm_rstWithPostDelay(DynModule m, int delay, Runnable r) {
  ret dm_rst(m, rstWithPostDelay(delay, r));
}

static ReliableSingleThread dm_rstWithPostDelay(DynModule m, Runnable r, int delay) {
  ret dm_rstWithPostDelay(m, delay, r);
}

static ReliableSingleThread dm_rstWithPostDelay(DynModule m, double seconds, Runnable r) {
  ret dm_rst(m, rstWithPostDelay(seconds, r));
}

Author comment

Began life as a copy of #1019005

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: #1019082
Snippet name: dm_rstWithPostDelay - ReliableSingleThread with a delay after execution
Eternal ID of this version: #1019082/3
Text MD5: 022533eaca0b08fb3f82cd43b514d674
Author: stefan
Category: javax / threading
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2019-02-13 14:00:45
Source code size: 412 bytes / 11 lines
Pitched / IR pitched: No / No
Views / Downloads: 342 / 383
Version history: 2 change(s)
Referenced in: [show references]