Meshtastic App
Toggle table of contents
androidJvm
Platform filter
androidJvm
Switch theme
Search in API
Meshtastic App
Meshtastic App
/
com.geeksville.mesh.concurrent
/
CallbackContinuation
Callback
Continuation
class
CallbackContinuation
<
in
T
>
(
cb
:
(
Result
<
T
>
)
->
Unit
)
:
Continuation
<
T
>
An async continuation that just calls a callback when the result is available
Members
Constructors
Callback
Continuation
Link copied to clipboard
constructor
(
cb
:
(
Result
<
T
>
)
->
Unit
)
Functions
resume
Link copied to clipboard
open
override
fun
resume
(
res
:
Result
<
T
>
)