stopDaemonAsync

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

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

See Action.Companion.stopDaemonSync

See also

actual inline suspend fun <T : Action.Processor> T.stopDaemonAsync(): T(source)

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

See also

@JvmStatic
actual inline suspend fun <T : Action.Processor> T.stopDaemonAsync(): T(source)

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

See also