Open theduke opened 2 days ago
For efficient caching of we need a way to identify distinct engine instances at runtime.
Expose an Engine::id() that returns an opaque, hashable EngineId type.
Engine::id()
EngineId
For efficient caching of we need a way to identify distinct engine instances at runtime.
Expose an
Engine::id()
that returns an opaque, hashableEngineId
type.