NoExec

abstract class NoExec : ResourceLoader.Tor(source)

Model for running tor within your application's memory space.

Platform availability (for static compilation and/or dynamic loading):

  • Android

  • Jvm

  • Native Android

  • Native Linux

  • Native macOS

  • Native iOS

  • Native tvOS

  • Native watchOS

  • Native Windows

See also

Constructors

Link copied to clipboard
protected constructor()

Can extend to gain access to protected static functions, but never instantiate.

Types

Link copied to clipboard
protected object Companion

Functions

Link copied to clipboard
open fun <T> withApi(binder: ResourceLoader.RuntimeBinder, block: TorApi.() -> T): T

Lambda for running tor via TorApi.