dart-sdk/samples
Vyacheslav Egorov 9bae50bf47 VM: [Kernel] Revert changes to the native ports that introduced peers.
The problem with these changes was that closed ports still continue to receive
messages and as a result we start using dead peer objects.

Fixing that would require more intrusive changes into message handler implementation - so instead we are reverting the changes and restoring manual PORT -> PEER mapping.

BUG=
R=erikcorry@google.com

Review-Url: https://codereview.chromium.org/2666063002 .
2017-01-31 10:30:15 +01:00
..
build_dart Initial github commit for getting stuff working 2015-05-16 15:41:58 +02:00
build_dart_simple Initial github commit for getting stuff working 2015-05-16 15:41:58 +02:00
sample_extension VM: [Kernel] Revert changes to the native ports that introduced peers. 2017-01-31 10:30:15 +01:00
.gitignore Initial github commit for getting stuff working 2015-05-16 15:41:58 +02:00
README Initial github commit for getting stuff working 2015-05-16 15:41:58 +02:00
samples.status Update status file after "Fix race in deletion of native message handlers" 2017-01-24 10:01:29 +01:00

This directory contains sample Dart programs.