mirror of
https://github.com/Relintai/pandemonium_engine.git
synced 2025-01-10 21:09:38 +01:00
Added note.
This commit is contained in:
parent
75c405c174
commit
2fb352fd3c
@ -20,6 +20,7 @@ class QueryBuilder;
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
//note add an alterative queue_delete() -> (with different name) -> if called node tells parent to stop getting routed to, and when rwlock can be locked gets queue_deleted.
|
//note add an alterative queue_delete() -> (with different name) -> if called node tells parent to stop getting routed to, and when rwlock can be locked gets queue_deleted.
|
||||||
|
//Also add an rwlock just around the handler map (if it's not done already), and add api to lock and unlock it
|
||||||
|
|
||||||
class WebNode : public Node {
|
class WebNode : public Node {
|
||||||
GDCLASS(WebNode, Node);
|
GDCLASS(WebNode, Node);
|
||||||
|
Loading…
Reference in New Issue
Block a user