pub static SDK_LOCK: Mutex<()>
Expand description

The lock that syncs accesses to the SDK.

If you use raw sdk api functions anywhere, you MUST use this lock to wrap accesses to the sdk in order to prevent data races. This library does all this for you, this is exposed only for users who want to use raw sdk functions safely.