You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This library looks pretty good, but the current app I work on requires some offload into Isolates.
I'm having the usual
I cannot send Alice as parameter to the Isolate, because: Unhandled Exception: Invalid argument(s): Illegal argument in isolate message : (object is a closure - Function '<anonymous closure>':.)
and off course cannot access Alice instance from there too, so I'm stuck.
Any suggestions?
The text was updated successfully, but these errors were encountered:
This library looks pretty good, but the current app I work on requires some offload into Isolates.
I'm having the usual
I cannot send
Alice
as parameter to theIsolate
, because:Unhandled Exception: Invalid argument(s): Illegal argument in isolate message : (object is a closure - Function '<anonymous closure>':.)
and off course cannot access Alice instance from there too, so I'm stuck.
Any suggestions?
The text was updated successfully, but these errors were encountered: