Public Attributes | |
| std::mutex | mu |
| std::vector< AsyncScanResult > | ready |
| std::unordered_map< std::string, bool > | in_flight |
| std::atomic< bool > | cancelled {false} |
Definition at line 184 of file recent_projects_model.h.
| std::mutex yaze::editor::RecentProjectsModel::AsyncScanState::mu |
Definition at line 185 of file recent_projects_model.h.
| std::vector<AsyncScanResult> yaze::editor::RecentProjectsModel::AsyncScanState::ready |
Definition at line 186 of file recent_projects_model.h.
| std::unordered_map<std::string, bool> yaze::editor::RecentProjectsModel::AsyncScanState::in_flight |
Definition at line 187 of file recent_projects_model.h.
| std::atomic<bool> yaze::editor::RecentProjectsModel::AsyncScanState::cancelled {false} |
Definition at line 188 of file recent_projects_model.h.