| Index: corelib/src/isolate.dart
|
| diff --git a/corelib/src/isolate.dart b/corelib/src/isolate.dart
|
| index 22b0e940eb028caf7de083053e087f9ef2f93a1e..09c3ab047ff0234c4fd3fe9688ff867cdf4e2418 100644
|
| --- a/corelib/src/isolate.dart
|
| +++ b/corelib/src/isolate.dart
|
| @@ -3,6 +3,7 @@
|
| // BSD-style license that can be found in the LICENSE file.
|
|
|
| // Dart core library.
|
| +// TODO(sigmund): move to dart:isolate
|
|
|
| /**
|
| * [SendPort]s are created from [ReceivePort]s. Any message sent through
|
| @@ -110,6 +111,7 @@ interface ReceivePort default ReceivePortFactory {
|
| * whereas "light" isolates live in the same thread as the isolate which spawned
|
| * them.
|
| */
|
| +// TODO(sigmund): delete once we implement the new isolates in the vm
|
| class Isolate {
|
|
|
| /**
|
|
|