9 Commits

Author SHA1 Message Date
Eli Bendersky
f99adfc228 Keep the two structs together for presentation 2019-06-04 16:27:55 -07:00
Eli Bendersky
6d8aa9b50a Remove pointers from the stateful-goroutines example.
The pointers are unnecessary and make the sample slightly more
complicated.

Fixes #221
2019-06-04 15:56:59 -07:00
Mark McGranaghan
47be1a0ff8 Build updates 2018-02-01 16:35:20 -05:00
Mark McGranaghan
6a58750728 Consistently use Sleep in state-management examples
Consistently use `time.Sleep`, instead of `runtime.Gosched`, to ensure all
goroutines can make progress. `Gosched` wasn't working in the playground
(ref #149).

Also stop trying to compare operation rates. This was tenuous given e.g. how
short the programs ran for, and with the `Sleep`s we now expect the rates to
be similar anyways.
2016-12-27 10:13:03 -08:00
Mark McGranaghan
94cba6875d Add some inline links to "previous examples"
Fixes #144.
2016-12-27 08:50:13 -08:00
Mark McGranaghan
e02762193c Rebuild 2013-10-20 14:36:12 -07:00
Mark McGranaghan
044d5b7238 Rebuild 2013-10-20 14:34:08 -07:00
Mark McGranaghan
afdf0cc2b4 add trailing newlines 2013-10-06 08:50:23 -07:00
Mark McGranaghan
e77dcdddd4 missing some generated files 2013-09-11 09:01:11 -07:00