storj/private/sync2/doc.go
2019-11-14 21:46:15 +02:00

13 lines
384 B
Go

// 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