Stephen Cleary - Asynchronous streams

Поделиться
HTML-код
  • Опубликовано: 24 янв 2025

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

  • @ivandrofly
    @ivandrofly Год назад +1

    14:00 res
    20:00 async enumerable/async disposable
    24:27 ValueTask
    33:20 paging api demo with #asyncstream; #asyncforeach; #asyncenumerable; #valuetask
    38:39 Linq To Async streams

  • @andrekohler5792
    @andrekohler5792 4 года назад +4

    Great presentation, easy to follow and understand 👏

  • @F2H16
    @F2H16 3 года назад +1

    34:37 how does it make 5 network call? For 12 items shouldn't it make 3 calls ?

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

      The items shown in the console are integers that came in the result as json. Because the unpaginated result is 12, the endpoint was called 3 times because of the pageSize.

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

    supercharging regular linq part was a bit confusing(
    Bit lost whan he goes back & forward fron sync/async