WorkerStrategy

abstract class WorkerStrategy<I>(source)

A worker strategy represents the core logic that a web worker performs given some input.

Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard
abstract fun onInput(inputMessage: InputMessage<I>)

Receive and handle a message from the application.