package
Version:
v3.11.0+incompatible
Opens a new window with list of versions in this module.
Published: Oct 9, 2018
License: Apache-2.0
Opens a new window with license information.
Imports: 2
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Interface interface {
Batch(func(Work))
Try(func(Try)) error
Queue(func(Work))
Done()
}
type Try interface {
Try(fn func() error)
}
type Work interface {
Parallel(fn func())
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.