vars.go 115 B

1234567
  1. package executors
  2. import "time"
  3. const defaultFlushInterval = time.Second
  4. type Execute func(tasks []interface{})