1 | static ReliableSingleThread dm_rstWithPostDelay(DynModule m, int delay, Runnable r) { |
2 | ret dm_rst(m, rstWithPostDelay(delay, r)); |
3 | } |
4 | |
5 | static ReliableSingleThread dm_rstWithPostDelay(DynModule m, Runnable r, int delay) { |
6 | ret dm_rstWithPostDelay(m, delay, r); |
7 | } |
8 | |
9 | static ReliableSingleThread dm_rstWithPostDelay(DynModule m, double seconds, Runnable r) { |
10 | ret dm_rst(m, rstWithPostDelay(seconds, r)); |
11 | } |
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: | 431 / 462 |
Version history: | 2 change(s) |
Referenced in: | [show references] |