emo / me.eater.emo.utils / Noop

Noop

class Noop : Process<Any>

Noop process, useful when only routing is needed

Constructors

<init>

Noop()

Noop process, useful when only routing is needed

Functions

execute

suspend fun execute(context: Any): Unit

Start this process

getDescription

fun getDescription(): String

Get description of this process

getName

fun getName(): String

Get name of this process