static ReliableSingleThread dm_rstWithPreDelay(int delay, Runnable r) { ret dm_rstWithDelay(delay, r); } static ReliableSingleThread dm_rstWithPreDelay(double delay, Runnable r) { ret dm_rstWithDelay(delay, r); } static ReliableSingleThread dm_rstWithPreDelay(DynModule m, int delay, Runnable r) { ret dm_rstWithDelay(m, delay, r); } static ReliableSingleThread dm_rstWithPreDelay(DynModule m, double seconds, Runnable r) { ret dm_rstWithDelay(m, seconds, r); } static ReliableSingleThread dm_rstWithPreDelay(DynModule m, Runnable r, double seconds) { ret dm_rstWithDelay(m, r, seconds); }
download show line numbers debug dex old transpilations
Travelled to 7 computer(s): bhatertpkbcr, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tvejysmllsmz, vouqrxazstgt, xrpafgyirdlv
No comments. add comment
Snippet ID: | #1027124 |
Snippet name: | dm_rstWithPreDelay - synonym of dm_rstWithDelay |
Eternal ID of this version: | #1027124/2 |
Text MD5: | 3106276d8568951c9d8eb2f27914048c |
Author: | stefan |
Category: | |
Type: | JavaX fragment (include) |
Public (visible to everyone): | Yes |
Archived (hidden from active list): | No |
Created/modified: | 2020-02-21 01:20:46 |
Source code size: | 633 bytes / 25 lines |
Pitched / IR pitched: | No / No |
Views / Downloads: | 243 / 265 |
Version history: | 1 change(s) |
Referenced in: | [show references] |