Glossary coding Term Page

Task

an object that schedules a coroutine on the event loop

task #coding#python
Korean version

Related Concepts

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.

Posts Mentioning This Concept