oskit-kmp
Toggle table of contents
5.0.0
common
Platform filter
common
Switch theme
Search in API
oskit-kmp
oskit-kmp
/
com.outsidesource.oskitkmp.io
/
use
use
inline suspend
fun
<
T
:
IKmpIoClosable
,
R
>
T
.
use
(
block
:
(
T
)
->
R
)
:
Outcome
<
R
,
KmpIoError
>