MCPcopy Create free account
hub / github.com/YuminosukeSato/ironkernel / chan

Function chan

python/ironkernel/_facade.py:132–133  ·  view source on GitHub ↗
(capacity: int)

Source from the content-addressed store, hash-verified

130
131
132def chan(capacity: int) -> Channel:
133 return rt.chan(capacity)

Calls 1

chanMethod · 0.45