Unified use of std::future for loading sessions in Mixer and

SessionSource.
This commit is contained in:
brunoherbelin
2020-08-16 19:10:23 +02:00
parent c6d8c7189f
commit f6588de023
5 changed files with 114 additions and 115 deletions

View File

@@ -85,4 +85,7 @@ protected:
std::mutex access_;
};
Session *loadSession_(const std::string& filename);
#endif // SESSION_H