startDaemonAsync

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

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

See Action.Companion.startDaemonSync

See also

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

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

See also

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

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

See also