Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
132
def
chan(capacity: int) -> Channel:
133
return
rt.chan(capacity)
Callers
15
test_go_with_out_channel
Method · 0.90
test_reduce_out_channel
Method · 0.90
test_channel_closed_fails_task
Method · 0.90
test_delivery_completion_marks_task_completed
Method · 0.90
test_task_result_after_channel_recv
Method · 0.90
test_go_out_channel_large_buffer
Method · 0.90
test_multiple_go_out_same_channel
Method · 0.90
test_channel_close_is_closed
Method · 0.90
test_channel_close_idempotent
Method · 0.90
test_channel_send_empty_buffer
Function · 0.90
test_channel_capacity_1_fifo
Function · 0.90
test_nan_through_channel
Function · 0.90
Calls
1
chan
Method · 0.45
Tested by
15
test_go_with_out_channel
Method · 0.72
test_reduce_out_channel
Method · 0.72
test_channel_closed_fails_task
Method · 0.72
test_delivery_completion_marks_task_completed
Method · 0.72
test_task_result_after_channel_recv
Method · 0.72
test_go_out_channel_large_buffer
Method · 0.72
test_multiple_go_out_same_channel
Method · 0.72
test_channel_close_is_closed
Method · 0.72
test_channel_close_idempotent
Method · 0.72
test_channel_send_empty_buffer
Function · 0.72
test_channel_capacity_1_fifo
Function · 0.72
test_nan_through_channel
Function · 0.72