Package-level declarations

Types

Link copied to clipboard

Transferables are special objects which are allowed to be moved between threads, rather than copied.

Link copied to clipboard
interface Worker<I, O>

Interface for a Kobweb worker.

Link copied to clipboard
class WorkerContext(val transferables: Transferables)