From a91c1c2a28583262cc6052a5c3d9e713e9b4c0e0 Mon Sep 17 00:00:00 2001 From: "Kartik K. Agaram" Date: Fri, 19 Jun 2015 16:34:11 -0700 Subject: 1599 --- channel.mu | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'channel.mu') diff --git a/channel.mu b/channel.mu index 86378352..4f0231da 100644 --- a/channel.mu +++ b/channel.mu @@ -34,7 +34,7 @@ recipe consumer [ recipe main [ default-space:address:array:location <- new location:type, 30:literal - chan:address:channel <- init-channel 3:literal + chan:address:channel <- new-channel 3:literal # create two background 'routines' that communicate by a channel routine1:number <- start-running producer:recipe, chan:address:channel routine2:number <- start-running consumer:recipe, chan:address:channel -- cgit 1.4.1-2-gfad0