Class: Temporalio::Worker::WorkflowExecutor

Inherits:
Object
  • Object
show all
Defined in:
lib/temporalio/worker/workflow_executor.rb,
lib/temporalio/worker/workflow_executor/thread_pool.rb

Overview

Workflow executor that executes workflow tasks. Unlike ActivityExecutor, this class is not meant for user implementation. The only implementation that is currently accepted is ThreadPool.

Direct Known Subclasses

ThreadPool

Defined Under Namespace

Classes: ThreadPool