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