Skip to content

Commit cfb8ad3

Browse files
committed
document executor
1 parent e2d1b74 commit cfb8ad3

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

executor/executor.go

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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.
14
package executor
25

36
import "github.com/picostack/pico/task"

0 commit comments

Comments
 (0)