1
2
mirror of https://github.com/yunginnanet/Rate5 synced 2024-06-27 01:18:37 +00:00

Chore: tidy up

This commit is contained in:
kayos@tcp.direct 2024-01-20 04:46:06 -08:00
parent 6fda390750
commit 0ed82d8936
Signed by: kayos
GPG Key ID: 4B841471B4BEE979

@ -172,10 +172,6 @@ func (s *Speedometer) Close() error {
return nil
}
/*func (s *Speedometer) IsSlow() bool {
return s.internal.slow.Load()
}*/
// Rate returns the bytes per second rate at which data is being written to the underlying writer.
func (s *Speedometer) Rate() float64 {
if s.internal.closed.Load() {