AcornSearch - Acorn and RISC OS information searching
RISC OS Search
containing
"Nutty quip goes here!"
Home  |  About  |  Filebase Archive  |  StrongHelp Manuals  |  Newsgroups  |  Module Database
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:
JS_BeginRequest
JS_EndRequest
JS_ResumeRequest

[sh-index] Back to list of manuals