woj-server/pkg/pool/task.go

7 lines
54 B
Go

package pool
type Task struct {
id int
f func()
}