langgraph_agent_toolkit.service.blocking module
Bound synchronous feedback calls that can outlive their HTTP requests.
- class langgraph_agent_toolkit.service.blocking.BoundedBlockingExecutor(capacity)[source][source]
Bases:
objectKeep thread capacity reserved until each synchronous call finishes.
Use one instance on the service event loop. The executor has no queue. Cancellation stops the caller’s wait. It cannot stop synchronous code.
- Parameters:
capacity (int)