Contribute Media
A thank you to everyone who makes this possible: Read More

Asyncio in (Micro)Python

Description

Asyncio is cool in Python. It's super cool in MicroPython!

Asyncio provides a way to achieve concurrency in a relatively simplistic fashion. However, first-time users still struggle with the concepts so let's sort them out! Then we'll see why it's especially useful in an embedded environment.

Details

Improve this page