Module: RubyReactor::Executor::AsyncStepDispatch
- Included in:
- StepExecutor
- Defined in:
- lib/ruby_reactor/executor/async_step_dispatch.rb
Overview
The dispatching half of async_step, mixed into StepExecutor. Split out
because it is a self-contained concern — write the durable record and the
context reference, enqueue, then mark the node graph-complete — and because
it is where the structured logging for every hand-off lives.