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