Meshtastic App
Toggle table of contents
androidJvm
Target filter
androidJvm
Switch theme
Search in API
Skip to content
Meshtastic App
Meshtastic App
/
com.geeksville.mesh.concurrent
/
Continuation
Continuation
androidJvm
interface
Continuation
<
in
T
>
(
source
)
A deferred execution object (with various possible implementations)
Inheritors
CallbackContinuation
SyncContinuation
Members
Functions
resume
Link copied to clipboard
androidJvm
abstract
fun
resume
(
res
:
Result
<
T
>
)
resume
Success
Link copied to clipboard
androidJvm
open
fun
resumeSuccess
(
res
:
T
)
resume
With
Exception
Link copied to clipboard
androidJvm
open
fun
resumeWithException
(
ex
:
Throwable
)