unsafeS

open suspend fun <R> unsafeS(block: suspend T.() -> R): R(source)

Executes a suspending block on the target without exception handling.

Return

The direct result of the block

Parameters

block

The suspending operation to execute on the target

Type Parameters

R

The return type of the block

Throws

If the block throws an exception