github.com/rclone/rclone@v1.66.1-0.20240517100346-7b89735ae726/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  
     6  package accounting
     7  
     8  // startSignalHandler() is Unix specific and does nothing under non-Unix
     9  // platforms.
    10  func (tb *tokenBucket) startSignalHandler() {}