mirror of
https://github.com/hrydgard/ppsspp.git
synced 2026-07-26 00:34:45 +02:00
Merge remote repo native into ext/native/.
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
#include "thread/executor.h"
|
||||
#include "base/functional.h"
|
||||
|
||||
namespace threading {
|
||||
|
||||
void SameThreadExecutor::Run(std::function<void()> func) {
|
||||
func();
|
||||
}
|
||||
|
||||
} // namespace threading
|
||||
Reference in New Issue
Block a user