// Use of this source code is governed by a BSD-style license that can be// found in the LICENSE file.import'isolates.dart'asisolates;/// The dart:html implementation of [isolate.compute].
// To avoid blocking the UI immediately for an expensive function call, we// pump a single frame to allow the framework to complete the current set// of work.awaitnull;returncallback(message);}