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

Method aclose

python/src/cmdop/client.py:102–104  ·  view source on GitHub ↗

Close stdin (graceful drain) and reap the core process.

(self)

Source from the content-addressed store, hash-verified

100 await self.aclose()
101
102 async def aclose(self) -> None:
103 """Close stdin (graceful drain) and reap the core process."""
104 await self._t.aclose()

Calls

no outgoing calls