Package-level declarations

Types

Link copied to clipboard

Attachments are special objects which are allowed to be moved between app / worker threads.

Link copied to clipboard
Link copied to clipboard
interface Worker<I, O>

Interface for a Kobweb worker.

Link copied to clipboard
class WorkerContext(val attachments: Attachments)