kgorking/ecs

ecs::ref<> for referencing components on other entities

kgorking opened this issue · 0 comments

This would enable disallowing get_components() from being called from systems, which can circumvent race condition prevention.

Mechanism already exist in ecs::parent<>, should be easy to reuse.