yaze 0.3.2
Link to the Past ROM Editor
 
Loading...
Searching...
No Matches
yaze::editor::RecentProjectsModel::AsyncScanState Struct Reference

Public Attributes

std::mutex mu
 
std::vector< AsyncScanResultready
 
std::unordered_map< std::string, bool > in_flight
 
std::atomic< bool > cancelled {false}
 

Detailed Description

Definition at line 184 of file recent_projects_model.h.

Member Data Documentation

◆ mu

std::mutex yaze::editor::RecentProjectsModel::AsyncScanState::mu

Definition at line 185 of file recent_projects_model.h.

◆ ready

std::vector<AsyncScanResult> yaze::editor::RecentProjectsModel::AsyncScanState::ready

Definition at line 186 of file recent_projects_model.h.

◆ in_flight

std::unordered_map<std::string, bool> yaze::editor::RecentProjectsModel::AsyncScanState::in_flight

Definition at line 187 of file recent_projects_model.h.

◆ cancelled

std::atomic<bool> yaze::editor::RecentProjectsModel::AsyncScanState::cancelled {false}

Definition at line 188 of file recent_projects_model.h.


The documentation for this struct was generated from the following file: