Package-level declarations

Types

Link copied to clipboard
class FetcherService @Inject constructor(tasksRepo: TasksRepo, config: SchedulerConfig)

Service class responsible for fetching tasks and sending them to a channel.

Link copied to clipboard
class WorkerService @Inject constructor(processTask: ProcessTask)

Service class responsible for processing tasks from a receive channel.