execute Async
expect suspend fun <Success : Any> TorCmd.Privileged.Processor.executeAsync(cmd: TorCmd.Privileged<Success>): Success
Enqueues the cmd, suspending the current coroutine until completion or cancellation/error.
See also
io. matthewnelson. kmp. tor. runtime. core. util. execute Sync
Throws
expect suspend fun <Success : Any> TorCmd.Unprivileged.Processor.executeAsync(cmd: TorCmd.Unprivileged<Success>): Success
Enqueues the cmd, suspending the current coroutine until completion or cancellation/error.
See also
io. matthewnelson. kmp. tor. runtime. core. util. execute Sync
Throws
actual suspend fun <Success : Any> TorCmd.Privileged.Processor.executeAsync(cmd: TorCmd.Privileged<Success>): Success
Enqueues the cmd, suspending the current coroutine until completion or cancellation/error.
See also
io. matthewnelson. kmp. tor. runtime. core. util. execute Sync
Throws
actual suspend fun <Success : Any> TorCmd.Unprivileged.Processor.executeAsync(cmd: TorCmd.Unprivileged<Success>): Success
Enqueues the cmd, suspending the current coroutine until completion or cancellation/error.
See also
io. matthewnelson. kmp. tor. runtime. core. util. execute Sync
Throws
actual suspend fun <Success : Any> TorCmd.Privileged.Processor.executeAsync(cmd: TorCmd.Privileged<Success>): Success
Enqueues the cmd, suspending the current coroutine until completion or cancellation/error.
See also
Throws
actual suspend fun <Success : Any> TorCmd.Unprivileged.Processor.executeAsync(cmd: TorCmd.Unprivileged<Success>): Success
Enqueues the cmd, suspending the current coroutine until completion or cancellation/error.