svoid pollWaitUntil(int interval, IF0<Bool> condition) { waitUntil(interval, condition); } sbool pollWaitUntil(int interval, double timeout, IF0<Bool> condition) { ret waitUntil(interval, timeout, condition); }
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: | 352 / 391 |
| Referenced in: | [show references] |