rclone/vendor/storj.io/common/sync2/doc.go

13 lines
384 B
Go
Raw Normal View History

2020-05-11 20:57:46 +02:00
// Copyright (C) 2019 Storj Labs, Inc.
// See LICENSE for copying information
/*Package sync2 provides a set of functions and types for:
* Having context aware functionalities which aren't present in the standard
library.
* For offloading memory through the file system.
* To control execution of tasks which can run repetitively, concurrently or
asynchronously.
*/
package sync2