MCPcopy Index your code
hub / github.com/commandoperator/cmdop-sdk / _StreamPending

Class _StreamPending

python/src/cmdop/_transport.py:52–56  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

50
51
52class _StreamPending:
53 __slots__ = ("queue",)
54
55 def __init__(self, queue: asyncio.Queue) -> None:
56 self.queue = queue
57
58
59_Pending = _UnaryPending | _StreamPending

Callers 1

_start_streamMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected