package
Version:
v0.1.14
Opens a new window with list of versions in this module.
Published: Mar 10, 2024
License: MIT
Opens a new window with license information.
Imports: 2
Opens a new window with list of imports.
Imported by: 1
Opens a new window with list of known importers.
Documentation
¶
type Interface interface {
ParallelDo(routine, task int) (interface{}, error)
ParallelCollect(result *Result) error
}
type Result struct {
Routine int
Task int
Value interface{}
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.