Companion
object Companion
Content copied to clipboard
Functions
create
Link copied to clipboard
fun <JobInput, ResultHandlerInput, ResultHandlerOutput> create(jobInput: JobInput, job: (JobInput) -> ResultHandlerInput, resumingWorker: Worker, awaitResumingJob: Boolean, resumingJob: (ResultHandlerInput) -> ResultHandlerOutput): ResumableJob<JobInput, ResultHandlerInput, ResultHandlerOutput>
Content copied to clipboard
equals
Link copied to clipboard