restartDaemonAsync

expect inline suspend fun <T : Action.Processor> T.restartDaemonAsync(): T(source)

Stops and then starts the tor daemon, suspending the current coroutine until completion or cancellation/error.

See also

io.matthewnelson.kmp.tor.runtime.Action.Companion.restartDaemonSync
actual inline suspend fun <T : Action.Processor> T.restartDaemonAsync(): T(source)

Stops and then starts the tor daemon, suspending the current coroutine until completion or cancellation/error.

See also

io.matthewnelson.kmp.tor.runtime.Action.Companion.restartDaemonSync
@JvmStatic
actual inline suspend fun <T : Action.Processor> T.restartDaemonAsync(): T(source)

Stops and then starts the tor daemon, suspending the current coroutine until completion or cancellation/error.

See also