lrn@google.com
|
1b208bd6e6
|
Update Isolate API.
Remove AS_EVENT as priority of ping/kill. It wasn't very usable or predictable.
Make priority consistently named and a named parameter.
Add response object to ping/addExitListener so it doesn't have to send null.
This is useful for cases where you want to use the same receive port for
multiple purposes.
R=sgjesse@google.com
Review URL: https://codereview.chromium.org//1074223002
git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@45092 260f80e4-7a28-3924-810f-c04153c831b5
|
2015-04-13 10:29:54 +00:00 |
|
lrn@google.com
|
19bcddfc6b
|
Add Isolate.kill().
This sends a kill signal to the isolate, which is allowed to terminate
the isolate as soon as possible, and at the latest before the next event.
R=ajohnsen@google.com, floitsch@google.com, sgjesse@google.com
Committed: https://code.google.com/p/dart/source/detail?r=34234
Review URL: https://codereview.chromium.org//190013005
git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@34960 260f80e4-7a28-3924-810f-c04153c831b5
|
2014-04-11 07:22:48 +00:00 |
|
lrn@google.com
|
b81c6a25f5
|
Revert "Add Isolate.kill()."
Either ping or kill tests fail in some cases.
Review URL: https://codereview.chromium.org//208193002
git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@34247 260f80e4-7a28-3924-810f-c04153c831b5
|
2014-03-21 13:20:51 +00:00 |
|
lrn@google.com
|
ac43cac578
|
Add Isolate.kill().
This sends a kill signal to the isolate, which is allowed to terminate
the isolate as soon as possible, and at the latest before the next event.
R=ajohnsen@google.com, floitsch@google.com, sgjesse@google.com
Review URL: https://codereview.chromium.org//190013005
git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@34234 260f80e4-7a28-3924-810f-c04153c831b5
|
2014-03-21 08:56:03 +00:00 |
|