|  ae2cbbf851 While adding some code to clear the Next field when popping from a task stack for safety reasons, the clear was placed outside of a nil pointer check. As a result, (*internal/task.Stack).Pop panicked when the Stack is empty. | ||
|---|---|---|
| .. | ||
| queue.go | ||
| task.go | ||
| task_coroutine.go | ||
| task_none.go | ||
| task_stack.go | ||
| task_stack_avr.go | ||
| task_stack_cortexm.go | ||