Flutter Engine
The Flutter Engine
Loading...
Searching...
No Matches
platform_isolate.h
Go to the documentation of this file.
1// Copyright 2013 The Flutter Authors. All rights reserved.
2// Use of this source code is governed by a BSD-style license that can be
3// found in the LICENSE file.
4
5#ifndef FLUTTER_LIB_UI_WINDOW_PLATFORM_ISOLATE_H_
6#define FLUTTER_LIB_UI_WINDOW_PLATFORM_ISOLATE_H_
7
8#include "third_party/dart/runtime/include/dart_api.h"
9
10namespace flutter {
11
13 public:
14 static void Spawn(Dart_Handle entry_point);
15
16 static bool IsRunningOnPlatformThread();
17};
18
19} // namespace flutter
20
21#endif // FLUTTER_LIB_UI_WINDOW_PLATFORM_ISOLATE_H_
static void Spawn(Dart_Handle entry_point)
struct _Dart_Handle * Dart_Handle
Definition dart_api.h:258