Talk - A. Jesse Jiryu Davis: Why Should Async Get All The Love Advanced Control Flow With Threads

Поделиться
HTML-код
  • Опубликовано: 28 авг 2024
  • asyncio introduced many of us to futures, chaining, fan-out and fan-in, cancellation tokens, and other advanced control flow concepts. But Python threads were doing this stuff before it was cool! Come see Python threading techniques inspired by asyncio, Go, and Node.

Комментарии • 5

  • @ptmcg
    @ptmcg 2 года назад +5

    Paxos walkthrough was interesting in and of itself, and a nice demonstration of threaded futures to handle that complex startup scenario.

  • @Rob-cq1nf
    @Rob-cq1nf 2 года назад +3

    What a great Talk! Thanks a lot 👍

  • @haijunqiu4856
    @haijunqiu4856 2 года назад +1

    What a great Talk! Thanks a lot

  • @eukaryote0
    @eukaryote0 2 года назад

    Jesse rocks

  • @alexd7466
    @alexd7466 2 года назад +1

    Django has (limited) Async support