WithJob

interface WithJob

Functions

equals
Link copied to clipboard
js
open operator fun equals(other: Any?): Boolean
handledBy
Link copied to clipboard
js
open infix fun <A> Flow<A>.handledBy(handler: Handler<A>)
Connects a Flow to a Handler.
hashCode
Link copied to clipboard
js
open fun hashCode(): Int
toString
Link copied to clipboard
js
open fun toString(): String

Properties

job
Link copied to clipboard
js
abstract val job: Job

Inheritors

Store
Link copied to clipboard
TagContext
Link copied to clipboard