Lynn Root - asyncio in Practice: We Did It Wrong

Поделиться
HTML-код
  • Опубликовано: 17 июл 2024
  • НаукаНаука

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

  • @VeejayRampay
    @VeejayRampay 3 года назад +2

    brilliant talk, I'm glad someone finally addresses the lack of proper tutorials about asyncio while providing actual examples that make sense, thanks a lot

  • @wtpollard
    @wtpollard 5 лет назад +2

    Struggling a bit with trying to use asyncio properly, myself, I really liked this talk, and learned a lot from it.

  • @malteplath
    @malteplath 4 года назад +2

    A talk to come back to. Lots of sound advice.

  • @mickavelimckenzy593
    @mickavelimckenzy593 5 лет назад +2

    Very informative. My main question would be how to test async applications since it's now impossible to predict the order in which things might happen