- Preparing search index...
- The search index is not available
Documentation
- bulrtot<ok_t>(fun: (() => boolean), result_fun: (() => ok_t), timeout_ms: number, timeout_msg: string, logger: Logger): Promise<Safe<ok_t, SkTimeoutError>>
Internal
Parameters
-
fun: (() => boolean)
-
- (): boolean
-
Returns boolean
-
result_fun: (() => ok_t)
-
timeout_ms: number
-
timeout_msg: string
-
Block until lambda returns true or timeout
timeout_msshould be divisible by50