Processor

expect interface Processor(source)

Base interface for implementations that process Action.

NOTE: Implementors MUST process the action on a different thread than what enqueue is called from for Jvm & Native.

Inheritors

actual interface Processor(source)

Base interface for implementations that process Action.

NOTE: Implementors MUST process the action on a different thread than what enqueue is called from for Jvm & Native.

actual interface Processor(source)

Base interface for implementations that process Action.

NOTE: Implementors MUST process the action on a different thread than what enqueue is called from for Jvm & Native.

Functions

Link copied to clipboard
expect abstract fun enqueue(action: Action, onFailure: OnFailure, onSuccess: OnSuccess<Unit>): EnqueuedJob

Enqueues the Action for execution.

actual abstract fun enqueue(action: Action, onFailure: OnFailure, onSuccess: OnSuccess<Unit>): EnqueuedJob

Enqueues the Action for execution.

actual abstract fun enqueue(action: Action, onFailure: OnFailure, onSuccess: OnSuccess<Unit>): EnqueuedJob

Enqueues the Action for execution.