1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-17 14:11:06 +00:00
Files
godot/doc/classes
Juan 2f39d8ebef Add thread safety to Object signals
* It turns out the majority of this work was done already by AThousandShips as part of #89451. This allows to do lock-less emitting of signals.
* This means, that only the signal map needs to be protected, making the task simple and without risk of deadlocks, or affecting performance.
* Objects can choose to not protect signals for performance (as example Node uses thread guards for protection, so these signals are not thread safe).
2025-04-16 17:14:44 +02:00
..
2025-03-12 09:57:31 +08:00
2024-11-16 12:59:08 +01:00
2024-12-18 17:52:42 -05:00
2025-02-13 14:23:37 -05:00
2025-04-08 22:27:32 +02:00
2025-04-08 22:27:32 +02:00
2025-04-08 20:14:28 +03:00
2025-04-08 20:14:28 +03:00
2024-12-15 21:24:15 +11:00
2025-04-08 20:14:28 +03:00
2025-01-10 14:59:12 +01:00
2025-04-08 20:14:28 +03:00
2025-04-08 20:14:28 +03:00
2025-04-08 20:14:28 +03:00
2025-04-08 20:14:28 +03:00
2025-04-08 20:14:28 +03:00
2025-04-16 17:14:44 +02:00
2024-11-12 20:29:04 -03:00
2025-02-13 11:45:42 -03:00
2025-04-08 20:14:28 +03:00
2025-04-08 20:14:28 +03:00
2025-04-08 20:14:28 +03:00
2025-01-24 08:07:02 +01:00
2025-04-08 20:14:28 +03:00
2025-04-08 18:42:16 -04:00
2025-03-12 19:28:04 +01:00
2025-03-12 19:28:04 +01:00