MCPcopy Create free account
hub / github.com/bigdra50/unity-cli / QueuedCommand

Class QueuedCommand

relay/instance_registry.py:43–50  ·  view source on GitHub ↗

A command waiting in the queue

Source from the content-addressed store, hash-verified

41
42
43class QueuedCommand(NamedTuple):
44 """A command waiting in the queue"""
45
46 request_id: str
47 command: str
48 params: dict[str, Any]
49 timeout_ms: int
50 future: asyncio.Future[dict[str, Any]]
51
52
53@dataclass

Callers 1

_enqueue_commandMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected