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 also

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

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