signals
signals copied to clipboard
[question] Not thread safe?
As it looks like the library is not thread safe. For example one thread connects another disconnects, emits, etc. Is this correct?
Any pointers how to efficiently make it thread safe? ECS systems are usually multithreaded to leverage the ever-increasing number of CPU (v)cores...