woj-server/pkg/pool/task.go

7 lines
60 B
Go

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