note thread-safety
Blake Mizerany
10 years ago
75 | 75 |
return newStream(f)
|
76 | 76 |
}
|
77 | 77 |
|
78 | |
// Stream computes quantiles for a stream of float64s.
|
|
78 |
// Stream computes quantiles for a stream of float64s. It is not thread-safe.
|
79 | 79 |
type Stream struct {
|
80 | 80 |
*stream
|
81 | 81 |
b Samples
|