Runner

interface Runner

Interface for executing tasks.

This interface defines the final action in a task-building chain.

Inheritors

Functions

Link copied to clipboard
abstract infix fun run(task: () -> Unit): TaskHandle

Runs the specified task according to the configuration of this runner.