 Documentation
      ¶
      Documentation
      ¶
    
    
  
    
  
    Index ¶
Constants ¶
This section is empty.
Variables ¶
      View Source
      
  
var ( ConcurrentFiles = 50 ConcurrentFileParts = 50 ConcurrentDirectoryList = 100 )
Functions ¶
This section is empty.
Types ¶
type ConcurrencyManager ¶
type ConcurrencyManager struct {
	*lib.ConstrainedWorkGroup
	DownloadFilesAsSingleStream bool
}
    func (ConcurrencyManager) Max ¶
func (c ConcurrencyManager) Max() int
func (ConcurrencyManager) New ¶
func (ConcurrencyManager) New(maxGoRoutines int, downloadFilesAsSingleStream ...bool) ConcurrencyManager
type Manager ¶
type Manager struct {
	FilesManager            ConcurrencyManager
	FilePartsManager        ConcurrencyManager
	DirectoryListingManager ConcurrencyManager
}
     Click to show internal directories. 
   Click to hide internal directories.