DarwinCompressionAdapter

Constructors

Link copied to clipboard
constructor()

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val scope: CoroutineScope

Functions

Link copied to clipboard
open override fun compress(request: CompressionRequest): CompressionResponse?
Link copied to clipboard
Link copied to clipboard
open override fun handle(event: ControllerEvent)
fun handle(controller: Unit, event: ControllerEvent)
Link copied to clipboard
operator fun <Result> invoke(function: Unit.() -> Result?): Result?
Link copied to clipboard
suspend fun <Result> invokeSuspend(function: suspend Unit.() -> Result?): Result?
Link copied to clipboard