Why Task { } doesn't need explicit use of self?

The closure is marked with @_implicitSelfCapture with the idea that the task will eventually complete, releasing captured objects. Some question that here Explicit self not required for Task closures?

2 Likes