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
5
6namespace yaze {
7namespace platform {
8
9// Static member initialization
10std::atomic<bool> WasmAsyncGuard::in_async_op_{false};
11
12} // namespace platform
13} // namespace yaze
14
15#endif // __EMSCRIPTEN__
16// clang-format on