MCPcopy Create free account
hub / github.com/HumbleNet/HumbleNet / AndroidThreadScope

Class AndroidThreadScope

3rdparty/Amalgamate/juce_core_amalgam.cpp:27100–27104  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

27098
27099 #if JUCE_ANDROID
27100 struct AndroidThreadScope
27101 {
27102 AndroidThreadScope() { threadLocalJNIEnvHolder.attach(); }
27103 ~AndroidThreadScope() { threadLocalJNIEnvHolder.detach(); }
27104 };
27105
27106 const AndroidThreadScope androidEnv;
27107 #endif

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected