yaze
0.3.2
Link to the Past ROM Editor
Loading...
Searching...
No Matches
wasm_async_guard.cc
Go to the documentation of this file.
1
// clang-format off
2
#ifdef __EMSCRIPTEN__
3
4
#include "
app/platform/wasm/wasm_async_guard.h
"
5
6
namespace
yaze
{
7
namespace
platform {
8
9
// Static member initialization
10
std::atomic<bool> WasmAsyncGuard::in_async_op_{
false
};
11
12
}
// namespace platform
13
}
// namespace yaze
14
15
#endif
// __EMSCRIPTEN__
16
// clang-format on
yaze
Definition
application.cc:18
wasm_async_guard.h
src
app
platform
wasm
wasm_async_guard.cc
Generated by
1.10.0