this post was submitted on 01 Aug 2025
15 points (100.0% liked)

Python

7369 readers
11 users here now

Welcome to the Python community on the programming.dev Lemmy instance!

๐Ÿ“… Events

PastNovember 2023

October 2023

July 2023

August 2023

September 2023

๐Ÿ Python project:
๐Ÿ’“ Python Community:
โœจ Python Ecosystem:
๐ŸŒŒ Fediverse
Communities
Projects
Feeds

founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[โ€“] logging_strict@programming.dev 1 points 1 week ago (1 children)

The term is used by the trio package author. You are in for a treat! Go read the docs for trio right now! Then anyio.

Take what the trio author has to say very very seriously.

The term colored function means, in order to support concurrency, needing to modify a function with special language syntax, in this case, async.

[โ€“] kebab@endlesstalk.org 2 points 6 days ago

Awesome, thank you for your insights!