LangChain Reference home pageLangChain ReferenceLangChain Reference
  • GitHub
  • Main Docs
Deep Agents
LangChain
LangGraph
Integrations
LangSmith
  • Overview
  • LangGraph Checkpoint
    LangGraph Store
    Checkpoint Postgres
    Store Postgres
    Checkpoint SQLite
    LangGraph Prebuilt
    LangGraph CLI
    LangGraph SDK
    LangGraph Supervisor
    LangGraph Swarm
    ⌘I

    LangChain Assistant

    Ask a question to get started

    Enter to send•Shift+Enter new line

    Menu

    LangGraph Checkpoint
    LangGraph Store
    Checkpoint Postgres
    Store Postgres
    Checkpoint SQLite
    LangGraph Prebuilt
    LangGraph CLI
    LangGraph SDK
    LangGraph Supervisor
    LangGraph Swarm
    Language
    Theme
    Pythonlanggraph-sdkstreamsync_controllerSyncStreamControllersignal_paused
    Method●Since v0.3

    signal_paused

    Copy
    signal_paused(
        self,
    ) -> None
    View source on GitHub

    Wake every active subscription iterator on interrupt (run pause).

    Pushes the terminal sentinel (None) into every subscription queue. Iterators see None and return; the shared SSE keeps running so re-iteration after run.respond(...) registers a fresh subscription and resumes.