consume

inline fun <R> consume(code: (T) -> R): R

Blocks execution until the future is ready.

Return

the execution result of code consumed future's computaiton

Throws