destroy

expect abstract override fun destroy()(source)

Immediately disconnects from the control listener resulting in interruption of all EnqueuedJob, and invocation of all handles registered via invokeOnDestroy.

If TorCmd.Ownership.Take was issued for this connection, then it will also stop the tor process.

Successive invocations do nothing.

actual abstract override fun destroy()(source)

Immediately disconnects from the control listener resulting in interruption of all EnqueuedJob, and invocation of all handles registered via invokeOnDestroy.

If TorCmd.Ownership.Take was issued for this connection, then it will also stop the tor process.

Successive invocations do nothing.

actual abstract override fun destroy()(source)

Immediately disconnects from the control listener resulting in interruption of all EnqueuedJob, and invocation of all handles registered via invokeOnDestroy.

If TorCmd.Ownership.Take was issued for this connection, then it will also stop the tor process.

Successive invocations do nothing.