| Index: sdk/lib/isolate/base.dart
|
| ===================================================================
|
| --- sdk/lib/isolate/base.dart (revision 16063)
|
| +++ sdk/lib/isolate/base.dart (working copy)
|
| @@ -32,8 +32,8 @@
|
| * See comments at the top of this library for more details.
|
| */
|
| // Note this feature is not yet available in the dartvm.
|
| -external SendPort spawnFunction(void topLevelFunction());
|
| -
|
| +external SendPort spawnFunction(void topLevelFunction(),
|
| + [bool UnhandledExceptionCallback(IsolateUnhandledException e)]);
|
| /**
|
| * Creates and spawns an isolate whose code is available at [uri]. Like with
|
| * [spawnFunction], the child isolate will have a default [ReceivePort], and a
|
|
|