@ -133,7 +133,6 @@ func (person *Person) Execute() {
taskLen := len(person.Tasks)
result := make(chan string, 1)
log.Println(person.Tasks)
for _, task := range person.Tasks {
go ExecuteOnPlan(task, result)
The note is not visible to the blocked user.