Codebase list golang-github-beorn7-perks / 44261a1
note thread-safety Blake Mizerany 11 years ago
1 changed file(s) with 1 addition(s) and 1 deletion(s). Raw diff Collapse all Expand all
7575 return newStream(f)
7676 }
7777
78 // Stream computes quantiles for a stream of float64s.
78 // Stream computes quantiles for a stream of float64s. It is not thread-safe.
7979 type Stream struct {
8080 *stream
8181 b Samples