Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/YuminosukeSato/ironkernel
/ chan
Method
chan
python/ironkernel/_facade.py:124–125 ·
view source on GitHub ↗
(self, capacity: int)
Source
from the content-addressed store, hash-verified
122
return
self._backend.go(spec, *args, out=out, **kwargs)
123
124
def
chan(self, capacity: int) -> Channel:
125
return
self._backend.chan(capacity)
126
127
128
kernel = KernelFacade()
Callers
9
chan
Function · 0.45
test_chan_at_root_why_runtime_channel_factory_should_be_available_from_public_package
Function · 0.45
test_goal_story_runs_end_to_end_why_public_regressions_should_break_one_smoke_path
Function · 0.45
test_send_recv
Method · 0.45
test_multiple_send_recv
Method · 0.45
test_select_receives
Method · 0.45
test_select_default
Method · 0.45
test_select_second_channel
Method · 0.45
main
Function · 0.45
Calls
no outgoing calls
Tested by
7
test_chan_at_root_why_runtime_channel_factory_should_be_available_from_public_package
Function · 0.36
test_goal_story_runs_end_to_end_why_public_regressions_should_break_one_smoke_path
Function · 0.36
test_send_recv
Method · 0.36
test_multiple_send_recv
Method · 0.36
test_select_receives
Method · 0.36
test_select_default
Method · 0.36
test_select_second_channel
Method · 0.36