Asynchronously evaluates the code block on block, returns a Result representing the result of the evaluated promise..
block
Result
https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/run-catching.html
The code block to evaluate.
Generated using TypeDoc
Asynchronously evaluates the code block on
block
, returns aResult
representing the result of the evaluated promise..See
https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/run-catching.html