You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
So far the component messenger has two methods of access, one is efficient (direct-pointer, but not type-save because of void*), the other is a type-safe wrapper but induces data copy.
We should find a way to make the efficient accessors type-safe.
So far the component messenger has two methods of access, one is efficient (direct-pointer, but not type-save because of void*), the other is a type-safe wrapper but induces data copy.
We should find a way to make the efficient accessors type-safe.