Glossary coding Term Page
Task
an object that schedules a coroutine on the event loop
Core Idea
Task is an object that schedules a coroutine on the event loop. It usually makes the most sense alongside Asynchronous processing, Coroutine, Event loop.
Why It Matters Here
Mathbong reuses this term across python posts as shared vocabulary.