ouisync
Toggle table of contents
0.9.1-1
jvm
Platform filter
jvm
Switch theme
Search in API
ouisync
ouisync-client
/
org.equalitie.ouisync.kotlin.client
/
IOHandler
IOHandler
class
IOHandler
<
T
>
:
CompletionHandler
<
T
,
CancellableContinuation
<
T
>
>
Members
Constructors
IOHandler
Link copied to clipboard
constructor
(
)
Functions
completed
Link copied to clipboard
open
override
fun
completed
(
result
:
T
,
cont
:
CancellableContinuation
<
T
>
)
failed
Link copied to clipboard
open
override
fun
failed
(
ex
:
Throwable
,
cont
:
CancellableContinuation
<
T
>
)