-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Closed
Labels
area-vmUse area-vm for VM related issues, including code coverage, and the AOT and JIT backends.Use area-vm for VM related issues, including code coverage, and the AOT and JIT backends.library-isolate
Description
We would like to be able to loosen the current requirements on objects that can be sent between isolates through SendPorts. We can solve this once lightweight isolates are enabled by-default (see #36097) - which is slowly coming to its finishing line.
We want to allow sending:
- Function types (formerly #44624, #44431)
- Closures (formerly #40370)
- Generic closures (formerly #40919)
- StackTrace objects (no former issue, but
lib_2/isolate/stacktrace_message_testfails)
Furthermore we want to:
- Be less ambiguous about what can and cannot be sent across
SendPorts.
Once lightweight isolate support (see #36097) has been enabled by-default (probably soon), we can easily add this support.
hpoul, abobija, blaugold, maks, Solido and 11 moreSolido, albertms10, mono0926 and diezep
Metadata
Metadata
Assignees
Labels
area-vmUse area-vm for VM related issues, including code coverage, and the AOT and JIT backends.Use area-vm for VM related issues, including code coverage, and the AOT and JIT backends.library-isolate