Relative Content

Tag Archive for flutterdartdart-isolates

Flutter | isolate strange behavior in closures

I understand that isolates in Dart run in separate memory spaces and communicate via message passing and I should serialize these objects first before sending them to the isolate, but I found a strange behavior while using the isolate in a closure, here is my example: