diff --git a/examples/tickers/tickers.hash b/examples/tickers/tickers.hash index e724ec1..cd2eaf3 100644 --- a/examples/tickers/tickers.hash +++ b/examples/tickers/tickers.hash @@ -1,2 +1,2 @@ -4a42333d14f902e890902343c7bd9b9c735fd8ad -n1q1sSGEvmv +05a1e62b5d363b67df0f9bac5c8f75dc19ca2c54 +E1ro_QHJD9L diff --git a/public/tickers b/public/tickers index dd2bb28..82648e0 100644 --- a/public/tickers +++ b/public/tickers @@ -45,7 +45,7 @@ periodically until we stop it.
package main
Tickers use a similar mechanism to timers: a
channel that is sent values. Here we’ll use the
-range
builtin on the channel to iterate over
-the values as they arrive every 500ms.
select
builtin on the channel to await the
+values as they arrive every 500ms.