Class: Temporalio::Worker::WorkflowExecutor
- Inherits:
-
Object
- Object
- Temporalio::Worker::WorkflowExecutor
- 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.
Defined Under Namespace
Classes: ThreadPool