We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e2d1b74 commit cfb8ad3Copy full SHA for cfb8ad3
executor/executor.go
@@ -1,3 +1,6 @@
1
+// Package executor contains an interface and implementations for task execution
2
+// engines. These engines simply subscribe to a queue of execution tasks and
3
+// execute them as they arrive.
4
package executor
5
6
import "github.com/picostack/pico/task"
0 commit comments