Studio:Are multiple callbacks possible?: Difference between revisions
Jump to navigation
Jump to search
m (Text replace - 'Category:Scripting' to 'Category:Studio:Scripting') |
m (Text replace - 'Category:Function Pointers' to 'Category:Studio:Function Pointers') |
||
Line 1: | Line 1: | ||
Due to the single-threaded nature of most applications, once an off-target owner function is called, the owner may not call back into it. However, multiple callbacks may be done by using a short-term local timer which may continue processing after returning control back to the application and unblocking it. If callbacks are called from different threads it is possible that multiple callbacks are called at the same time. | Due to the single-threaded nature of most applications, once an off-target owner function is called, the owner may not call back into it. However, multiple callbacks may be done by using a short-term local timer which may continue processing after returning control back to the application and unblocking it. If callbacks are called from different threads it is possible that multiple callbacks are called at the same time. | ||
[[Category:Function Pointers]] | [[Category:Studio:Function Pointers]] | ||
[[Category:Studio:Scripting]] | [[Category:Studio:Scripting]] |
Latest revision as of 00:50, 21 August 2009
Due to the single-threaded nature of most applications, once an off-target owner function is called, the owner may not call back into it. However, multiple callbacks may be done by using a short-term local timer which may continue processing after returning control back to the application and unblocking it. If callbacks are called from different threads it is possible that multiple callbacks are called at the same time.