• logging_strict@programming.dev
    link
    fedilink
    arrow-up
    1
    ·
    15 days ago

    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.