1 | svoid pollWaitUntil(int interval, IF0<Bool> condition) { |
2 | waitUntil(interval, condition); |
3 | } |
4 | |
5 | |
6 | |
7 | sbool pollWaitUntil(int interval, double timeout, IF0<Bool> condition) { |
8 | ret waitUntil(interval, timeout, condition); |
9 | } |
download show line numbers debug dex old transpilations
Travelled to 2 computer(s): mowyntqkapby, mqqgnosmbjvj
No comments. add comment
Snippet ID: | #1036418 |
Snippet name: | pollWaitUntil - synonym of waitUntil |
Eternal ID of this version: | #1036418/1 |
Text MD5: | 261f797e59dea11f124f0f0d59e77d5d |
Author: | someone |
Category: | |
Type: | JavaX fragment (include) |
Public (visible to everyone): | Yes |
Archived (hidden from active list): | No |
Created/modified: | 2022-12-11 17:38:55 |
Source code size: | 219 bytes / 9 lines |
Pitched / IR pitched: | No / No |
Views / Downloads: | 118 / 134 |
Referenced in: | [show references] |