Flutter Engine
The Flutter Engine
|
#include "flutter/runtime/isolate_configuration.h"
#include "flutter/fml/make_copyable.h"
#include "flutter/runtime/dart_vm.h"
Go to the source code of this file.
Classes | |
class | flutter::AppSnapshotIsolateConfiguration |
class | flutter::KernelIsolateConfiguration |
class | flutter::KernelListIsolateConfiguration |
Namespaces | |
namespace | flutter |
Functions | |
static std::vector< std::string > | flutter::ParseKernelListPaths (std::unique_ptr< fml::Mapping > kernel_list) |
static std::vector< std::future< std::unique_ptr< const fml::Mapping > > > | flutter::PrepareKernelMappings (const std::vector< std::string > &kernel_pieces_paths, const std::shared_ptr< AssetManager > &asset_manager, const fml::RefPtr< fml::TaskRunner > &io_worker) |