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 Action.Companion.restartDaemonSync

See also

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

@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