mirror of
https://github.com/Mibew/design.git
synced 2025-01-22 18:10:33 +03:00
Update ThreadProcessor documentation
This commit is contained in:
parent
a310180709
commit
498a34ae19
@ -21,10 +21,12 @@
|
|||||||
* Register events (see RequestProcessor::registerEvents() for details):
|
* Register events (see RequestProcessor::registerEvents() for details):
|
||||||
* - threadRequestReceived
|
* - threadRequestReceived
|
||||||
* - threadReceiveRequestError
|
* - threadReceiveRequestError
|
||||||
* - threadResponseReceived
|
|
||||||
* - threadCallError
|
* - threadCallError
|
||||||
* - threadFunctionCall
|
* - threadFunctionCall
|
||||||
*
|
*
|
||||||
|
* WARNING:
|
||||||
|
* threadResponseReceived registered but never called because of asynchronous nature of Core-to-Window interaction
|
||||||
|
*
|
||||||
* Implements Singleton pattern
|
* Implements Singleton pattern
|
||||||
*/
|
*/
|
||||||
class ThreadProcessor extends RequestProcessor {
|
class ThreadProcessor extends RequestProcessor {
|
||||||
|
Loading…
Reference in New Issue
Block a user