DescriptionImplement Isolate.pause in dart2js.
This is a trivial implementation of Isolate.pause.
It introduces out-of-band control messages to the control port
int a simple way (if receiveport == controlport treat specially).
Control port is now created for each isolate, along with a Capability allowing
pausing.
R=floitsch@google.com
Committed: https://code.google.com/p/dart/source/detail?r=32485
Patch Set 1 #
Total comments: 4
Patch Set 2 : Address comments. #
Messages
Total messages: 4 (0 generated)
|