github.com/divyam234/rclone@v1.64.1/fs/accounting/accounting_other.go (about)

     1  // Accounting and limiting reader
     2  // Non-unix specific functions.
     3  
     4  //go:build !darwin && !dragonfly && !freebsd && !linux && !netbsd && !openbsd && !solaris
     5  // +build !darwin,!dragonfly,!freebsd,!linux,!netbsd,!openbsd,!solaris
     6  
     7  package accounting
     8  
     9  // startSignalHandler() is Unix specific and does nothing under non-Unix
    10  // platforms.
    11  func (tb *tokenBucket) startSignalHandler() {}