A unit of work that can be invoked, batched, streamed, transformed and composed.
Wrap a Runnable with additional functionality.
Runnable that runs a generator function.
RunnableLambda converts a python callable into a Runnable.
Runnable that runs a mapping of Runnables in parallel.
Sequence of Runnable objects, where the output of one is the input of the next.
Runnable that can be serialized to JSON.
Configuration for a Runnable.