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 also

io.matthewnelson.kmp.tor.runtime.Action.Companion.stopDaemonSync
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

io.matthewnelson.kmp.tor.runtime.Action.Companion.stopDaemonSync
@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