5#ifndef FLUTTER_RUNTIME_PLATFORM_ISOLATE_MANAGER_H_
6#define FLUTTER_RUNTIME_PLATFORM_ISOLATE_MANAGER_H_
10#include <unordered_set>
12#include "third_party/dart/runtime/include/dart_api.h"
49 std::recursive_mutex lock_;
50 std::unordered_set<Dart_Isolate> platform_isolates_;
51 bool is_shutdown_ =
false;
struct _Dart_Isolate * Dart_Isolate