Featherweight Isolates in Flutter

แชร์
ฝัง
  • เผยแพร่เมื่อ 16 ก.ย. 2024
  • Dart Isolates provide not only the means to have parallel processing in our Flutter apps, but also a way of architecting our apps to be more robust and resisilent in the face of errors. But currently we are limited in the way we can make use of Isolates due to resource constraints.
    Now an exciting new feature in Dart and Flutter means you will soon be able to architect your app in new ways to make use of as many Isolates as you need.
    Github repo for example apps: github.com/mak...
    Dart Isolate API documentation: api.dart.dev/s...

ความคิดเห็น • 18

  • @radiantdev6632
    @radiantdev6632 2 ปีที่แล้ว +3

    Wow!! This is like the best flutter lecture I’ve ever had. Thank you so much for taking your time to explain even the details.

  • @rydmike
    @rydmike 3 ปีที่แล้ว +5

    Wow, those light weight isolates look really cool and useful. Gives me Elixir/Erlang vibes. Hope to see them in stable and JIT compiler soon as well. Great talk!

    • @MaksimLin
      @MaksimLin 3 ปีที่แล้ว +1

      Thanks Mike! Yes this is very much based on the approach from Elixir/Erlang and I took alot of inspiration from "The Soul of Erlang and Elixir" talk by Saša Jurić that I credited at the end of this talk.

  • @dilshan3372
    @dilshan3372 3 ปีที่แล้ว +2

    This talk gives lot of useful informations about isolate. Thank you so much🤘

  • @escamoteur
    @escamoteur 3 ปีที่แล้ว +9

    amazing talk. you brought all the things you need to know about isolates and more in 15 minutes. I really hope we will get this lightweight isolates soon into stable and also in the VM.

    • @MaksimLin
      @MaksimLin 3 ปีที่แล้ว

      Thanks Thomas, yes I'm very much looking forward to seeing this come to stable channel too!

  • @LuciusUrbanski
    @LuciusUrbanski 3 ปีที่แล้ว +2

    Great talk mate!

  • @gaetans.4291
    @gaetans.4291 3 ปีที่แล้ว

    Great video ! Really instructive and well constructed !

    • @MaksimLin
      @MaksimLin 3 ปีที่แล้ว

      Thank you! I'm glad you enjoyed it.

  • @stefanwarwas6274
    @stefanwarwas6274 3 ปีที่แล้ว

    Very good talk, thanks!

    • @MaksimLin
      @MaksimLin 3 ปีที่แล้ว

      Thank you!

  • @renotanumber
    @renotanumber 3 ปีที่แล้ว

    Neat talk! Thank you so much!

    • @MaksimLin
      @MaksimLin 3 ปีที่แล้ว

      Thank you!

  • @yauhensampir3632
    @yauhensampir3632 3 ปีที่แล้ว +1

    Github link unavailable

    • @AndreySmirnovDushes
      @AndreySmirnovDushes 3 ปีที่แล้ว

      i'm not sure but maybe you are looking for github.com/maks/isolate_tests

    • @fluttermelbourne3419
      @fluttermelbourne3419  3 ปีที่แล้ว +1

      Thanks for letting me know! the git repo is now available at: github.com/maks/isolate_tests

  • @AndreySmirnovDushes
    @AndreySmirnovDushes 3 ปีที่แล้ว

    links are broken, please correct them

    • @fluttermelbourne3419
      @fluttermelbourne3419  3 ปีที่แล้ว +2

      Thanks for letting me know! the git repo is now available at the link in the description.