1
mirror of https://github.com/rclone/rclone synced 2024-11-21 22:50:16 +01:00
rclone/fs/accounting/accounting_other.go

11 lines
312 B
Go
Raw Normal View History

// Accounting and limiting reader
// Non-unix specific functions.
2021-09-09 14:25:25 +02:00
//go:build !darwin && !dragonfly && !freebsd && !linux && !netbsd && !openbsd && !solaris
package accounting
// startSignalHandler() is Unix specific and does nothing under non-Unix
// platforms.
func (tb *tokenBucket) startSignalHandler() {}