attachSignalCapture
attachSignalCapture(
events,store): () =>void
Defined in: src/signals.ts:11
Capture block and stall learning signals off the session:block event.
Reply signals are captured in SessionService.reply; critic signals in ReviewService.
A stall-shaped block becomes a “stall” signal; every other shape a “block” signal.
Cleared blocks (block: null) and unknown sessions are ignored.
Parameters
Section titled “Parameters”events
Section titled “events”Pick<EventHub, "subscribe">
Pick<SessionStore, "get" | "addSignal">
Returns
Section titled “Returns”() => void