Entry: JS_SuspendRequest (Function)
Summary: Indicates to the JS engine that the application is temporarily suspending a thread.
Syntax:
void JS_SuspendRequest(JSContext *cx);
Description:
When your application suspends use of a thread, JS_SuspendRequest safely decrements the thread counter for the JS engine runtime associated with a given context, cx.
See also:
|
|
|